@charset "UTF-8";

@media screen and (max-width: 900px){
main form select {
    font-size: 16px;
    width: 90%;
    max-width: 340px;
}
}