html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  color: #fff;
  font-family: 'Cormorant Garamond', sans-serif;
}

span, p {
  filter: blur(3px);
  opacity: 0.5;
}

section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
}

@media (max-width: 768px) {
  html::before {
    content: "mobile";
    display: none;
  }
}