* {
  font-family: Space-Grotesk,sans-serif;

  box-sizing: border-box;
  
  user-select: none;
}

html {
  background-color: #111111;
  color: #e6efff;

  height: 100vh;
  height: 100dvh;
}

.grain {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  
  background-image: url("../media/grain.png");
  z-index: 100;
  pointer-events: none;
}

.features {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;

  margin: 10rem auto;
  max-width: 60rem;
    
  user-select: none;
  pointer-events: none;
}