*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Georgia', 'Times New Roman', serif;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.logo {
  font-size: clamp(3rem, 10vw, 8rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-transform: none;
  user-select: none;
}
