/* Responsive Design */
@media (max-width: 480px) {
    body {
        padding: 10px;
    }
    
    form, #profileSection, #logoutButton {
        width: 100%;
    }
}