body {
  background-color: #000;    
  margin: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}

.font-rubik{
  	font-family: "Rubik Dirt", system-ui;
  	font-weight: 400;
  	font-style: normal;
}

.font-neucha{
    font-family: "Neucha", system-ui;
    font-weight: 400;
    font-style: normal;
}

.font-cormorant{
    font-family: "Cormorant Infant", system-ui;
    font-weight: 400;
    font-style: normal;
}


.hero {
    position: absolute;
    top: 150px;
    left: 70px;
    pointer-events: none;
}
.hero button, .hero a {
    pointer-events: auto;
}
.hero h1 {
    color: #ff99bc;
    font-size: 4rem;
    text-shadow: 1px 1px 3px #4a0056;
    /*user-select: none;*/
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 9vw;
    }
}
