html {
    scrollbar-color: rgba(255, 255, 255, 0.75) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
}

::-webkit-scrollbar-track {
    background-color:rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
    background-color:rgba(255, 255, 255, 0.75);
}

::-webkit-scrollbar {
    width:8px;
}

#content {
    margin:15px;
}

.pageTitle {
    font-size:2em;
    margin-top:0;
    margin-bottom:15px;
    width:100%;
    text-align:center;
}

.date {
    width:100%;
    text-align:center;
    font-size:1.2em;
    font-weight:bold;
    outline:2px solid rgba(255, 255, 255, 0.75);
    background-color:rgba(77,77,77,0.15);
}

b {
    color:rgba(255, 255, 255, 0.75);
    font-size:1em;
    font-family:'mobile';
}

p {
    font-size:1em;
    font-family:'mobile';
    color:rgba(255, 255, 255, 0.75);
}

