.loading-message {
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.loading-message p {
    margin-bottom: 0;
}

#loading-bar__full {
    width: 100%;
    background-color: rgba(13, 94, 113, .3);
    height: 15px;
    border-radius: 8px;
    margin-bottom: 40px;
    position: relative;
}

#loading-bar__wrapper .loading-bar {
    width: 0%;
    background-color: rgba(13, 94, 113, .9);
    height: 100%;
    left: 0;
    border-radius: 8px;
    position: absolute;
    transition: width 2s;
}
.extra-headline{
    font-family: "Oswald", sans-serif !important;
}
