body{

height:100vh;
overflow: scroll;


}

#hero{
    min-height:100dvh;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    gap:clamp(32px,5vh,56px);

    padding:60px 40px;

    opacity:0;
}

