
body {
  background-color: #465e87;
  color: #a4aebf;
  display: flex;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
}
a{
  color: #a4aebf;
  text-decoration: none;
  }
  a:hover{
    text-decoration: underline;
  }