body {
  margin: 0;
  padding: 0;
  background-color: #131211;
  color: #fee715;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  max-width: 400px;
  padding: 20px;
}

a {
  color: #fee715;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}
