/* Responsive Styles */
@media screen and (max-width: 768px) {
    body {
        padding: 15px;
        height: auto;
    }

    .form-container {
        width: 90%;
    }

    .form-title {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}