* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h2 {
    font-weight: bolder;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}



@media (min-width: 1200px) {
    .schedule {
        border: none;
        color: #053f89;
        font-size: 30px;
        font-weight: 400;
        background-color: transparent;
        font-family: Impact;
        font-style: italic;
        padding: 0;
        margin-bottom: 40px;
    }

    .schedule:hover {
        background-color: transparent;
        color: #092a57;
        text-decoration: underline;
    }
}