


*{
    margin: 0; padding: 0;
    user-select: none;
    box-sizing: border-box;
    outline: none;
}

body,html{
    background: var(--site-bg);
}

body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    font-family: 'Merienda', sans-serif;
    color: rgb(250, 164, 65);
}

.title{
    font-size: clamp(50px, 20vmin, 600px);
    font-weight: 800;
}


.subtitle{
    font-size: clamp(20px, 6vmin, 400px);
    font-weight: 800; line-height: 1;
}