/* Buttons */
.btn-exit {
    font-family: Avenir, sans-serif;
    font-size: 31px;
    font-weight: 900;
    color: #FFF;
    background: #EDA12D;
}

.btn-exit:hover {
    color: #FFF;
    background: #EDA12D;
}

h1 {
    font-family: Avenir, sans-serif;
    color: #FFFFFF;
}

h2 {
    color: #4D3636;
    font-size: 19px;
    font-weight: 900;
}

p {
    font-family: Avenir, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #F5A800;
}

.w-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
