body {
  margin: 0;
  font-family: sans-serif;
  background-color: #0e0e1a;
  color: white;
}
header {
  background: #1a1a2e;
  padding: 1em;
}
#logo-animation img {
  height: 100px;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 1em;
}
nav a {
  color: #f67280;
  text-decoration: none;
}
