body {
  background-color: #2F2F2F;
  color: #F2F2F2;
  font-family: Open Sans;
  text-align: center;
}

p {
  font-family: Open Sans;
}

h1 {
  font-family: Orbitron;
  color: #F4F4F4;
}

h2 {
  font-family: Lato;
}

.alert {
  font-family: Poppins;
  background: #F0C74CA1;
  padding: 10px;
  border-radius: 5px;
  width: 95%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  color: lightgreen;
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  color: green;
}