* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #e6f2ff;
  background: #020617;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}
