main {
    display: flex;
    flex-direction: column; 
    gap: 1rem; 
    font-size: 1.6rem; 
    max-width: 50vw; 
    align-self: center;
     
}

body {
    max-height: fit-content;
}




