body {
  background-image: linear-gradient(to bottom right, rgb(189, 189, 189), rgb(108, 108, 108));
}

.message {
  color: rgb(247, 52, 52);
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
label,
div {
  font-weight:500;
  color: white;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  font-weight: 100;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.content {
  text-align: center;
  display: inline-block;
  padding: 25px;
  padding-left: 85px;
  padding-right: 85px;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.796);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.698);
}

.title {
  font-size: 48px;
}

.opt {
  margin-top: 30px;
}

.opt a {
  text-decoration: none;
  font-size: 150%;
}

a:hover {
  color: red;
}
