body {
  background: #2f013d;
  color: #b5c8f1;
  font-family: sans-serif;
}
button {
  background: #444;
  color: #eee;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 8px 16px;
  cursor: pointer;
}
a {
  transition: transform 0.3s ease;
  display: inline-block;
  color: #b5c8f1;
}
a:hover {
  transform: scale(1.2);
}
a:visited {
  color: #b5c8f1;
}
