﻿h1 {
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 0.8em;
}
select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

