
h1{ font-size: 18px; font-family: BookAntiqua; text-transform: uppercase; text-align: center; margin-bottom: 30px}
iframe{ display: block; width: 100%; border: none}
@media only screen and (min-width: 768px) {

    h1{ font-size: 22px;}
}

@media only screen and (min-width: 1280px) {
    h1{ font-size: 28px; margin-bottom: 40px}


}