body {
    font-family: 'Jura', sans-serif;
    font-size: 12pt;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}
.small_header{
    font-size: 13pt;
}

button{
    background-color: rgba(210, 195, 175, 0.3);
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Jura', sans-serif;
    font-size: 11pt;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px;
    border: none;
}

@media screen and (max-width: 800px) {
    .pageArticle{
        padding-top: 20px;
        padding-right: 10px;
        justify-content: center;
    }

    #advert {
        width: 300px;
        position: relative;
        right: 10px;
    }
}
@media screen and (min-width: 800px) {
    .pageArticle{
        padding-top: 20px;
        margin: auto 60px;
        justify-content: center;
    }
}
#audioArticle {
    align-content: center;
}
.video {
    border-color: rgba(255, 255, 255, 0);
}
::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
    background: rgba(120, 142, 164, 0); /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
    background-color: rgba(101, 95, 83, 0.52); /* color of the scroll thumb */
    border-radius: 10px; /* roundness of the scroll thumb */
    border: 1px solid rgba(255, 255, 255, 0.55); /* creates padding around scroll thumb */
}
.player {
    opacity: 0.5;
}
.audioClips {
    padding-top: 10px;
}

#advert {
    opacity: 90%;
    max-width: 600px;
    padding-top: 20px;
}

