@font-face {
    font-family: "va11halla";
    src: url(/assets/fonts/va-11-hall-a-cyr-10px.otf);
}
a:visited {
    color: gray;
}
a:link {
    color: white;
}
html {
    background-image: url(/assets/diary/images/tv.png);
    background-repeat: no-repeat;
    background-position: center -130px;
    background-size: 1200px;
}
#tw {
    color: white;
}
#main {
    padding-top: 25px;
    display: flex;
    width: 920px;
    height: 690px;
    margin: auto;
}
#sidebar {
    font-family: "va11halla";
    font-size: large;
    position: relative;
    border-left: solid white;
    border-top: solid white;
    border-bottom: solid white;
    width: 220px;
    overflow: scroll;
    background-color: black;
}
#text {
    padding-top: 20px;
    padding-left: 10px;
}
#diaryview {
    border: white solid;
    width: 688px;
    background-color: black;
}
audio {
    position: sticky;
    bottom: 0;
    width: 220px;
    height: 30px;
}
/* Remove Chromiums hideous scrollbar */ 
::-webkit-scrollbar {
    display: none;
}