html,
body {
  margin: 0;
  font-family: system-ui,-apple-system,"Segoe UI","Roboto","Ubuntu","Cantarell","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 18px;
  line-height: 1.5;
  min-height: 100vh;
}

body {
  background-color: #141715;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

a {
  color: #ddd;
}

a:hover {
  text-decoration: none;
}
