body {
    background-color: #ffffff;
    display: flex;              
    justify-content: center; 
    align-items: start;       
}

.container {
    background-color: white;

    min-width: 330px; 
    min-height: 667px;
    max-width: 800px;
    
    padding: 2% 4%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-sizing: border-box; 
}

.section p{    
    font-size: clamp(15px, 1vw, 15px);
}