body{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

h1{
    font-size: clamp(2rem, 6vw, 12rem);
    line-height: ;
    font-weight: 800;
    margin-bottom: 4px;
    line-height: 5rem;
    cursor: pointer;
}

h2{
    font-size: clamp(.5rem, 6vw, 1.5rem);
    text-align: right;
    margin-right: 1rem;
}


audio {
    position: fixed;
    bottom: 2rem;
}

footer {
    margin-top: auto;
    padding: 2rem;
    position: fixed;
    bottom: 2rem;
}