body, h1, h2, h3, h4, h5, h6 {
    font-family: "Times", sans-serif
}

.text-uppercase {
    text-transform: uppercase;
}

.font-weight-bold {
    font-weight: bold;
}

.w3-success {
    background-color: green;
    height: 50px;
    color: white;
    font-weight: bold;
}

.w3-alert {
    background-color: red;
    height: 50px;
    color: white;
    font-weight: bold;
}

.w3-bar, h1, button {
    font-family: "Arial", sans-serif
}
.w3-warning {
    background: red;
    color: white;
    font-size: 20px;
    font-weight: bold;
}