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

.w3-bar,
h1,
button {
    font-family: "Arial", sans-serif
}

.w3-warning {
    background: orange;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.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-container1 {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
}

.w3-text1 {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
