body {
  margin: 0;
  font-family: sans-serif;
  background-color: #495159;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

a {
  color: #FF883E;
  font-size: 1.5rem;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
