body {
  background-color: #0f0f0f;
}

a {
  text-decoration: none;
}

button {
  transition: 0.2s;
}

button:hover {
  opacity: 0.9;
}