body {
    background-color: black;
    color: white;
    font-family: "Host Grotesk", sans-serif;
    overflow-y: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wrapper {
    text-align: center;
}

h1{
    font-size: 64px;
    font-weight: 700;
}

h2{
    font-size: 48px;
}

h3{
    font-size: 48px;
    text-align: center;
    font-weight: 500;
}

a{
    text-align: center;
    font-weight: 600;
    color: white;
    text-decoration: none;
    color: #CB7BFF;
}

@media only screen and (max-width: 600px) {
    body {
        overflow-y: auto;
    }

    

h1{
    font-size: 32px;
    font-weight: 700;
}


h2{
    font-size: 24px;
}

h3{
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}
  }