@charset "UTF-8";

form {
    width: 100%;
    max-width: 400px;
}

@media (min-width: 768px) {
    h3 {
        font-size: 24px;
    }
}