@font-face {                  
    font-family: 'AnalogueOS';
    src: url(https://humantooth.neocities.org/fonts/AnalogueOS-Regular.woff) format('woff');
    font-weight: normal;
}
@font-face {
    font-family: 'Optima';
    src: url(Fonts/OptimaNovaLTProBlack.otf);
}
* {
    font-family: 'AnalogueOS'
}
body {
    margin: 0;
    padding-top: 30px;
    background-image: url(Images/bg.gif);
    width: 850px;
    margin: auto;
    color: #a11630;
    overflow-x: hidden;
}
.contents {
    margin-inline: 30px;
}
header {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.maincontent {
    overflow-wrap: break-word;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    padding-top: 20px;
    grid-template-columns: 200px minmax(0, 1fr); 
}
.maincontent h1 {
    margin-top: 5px;
}
main {
    padding: 10px;
}
.sidepanel h1 {
    margin-bottom: 3px;
}
.sidepanel h2 {
    margin :0;
}
.splitintwo {
    display: grid;
    grid-template-columns: 50% 50%;
}
.splitintwo h3 {
    text-align: center;
    margin: 0;
}
.indeximage {
    float: left;
    padding: 3px;
}
.profilepicture {
    float: right;
    padding: 3px;
}
.spacer {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}
.maincontent aside {
    max-width: 200px;
    grid-column: 1;
    border: solid 4px #3d0017;
    background-color: black;
    padding-left: 10px;
    align-self: flex-start;
}
.maincontent main {
    max-width: 500px;
    grid-column: 2 / span 3;
    border: solid 4px #3d0017;
    background-color: black;
    padding-left: 10px;
}
.navigation {
    color:#a11630;
    list-style-type: none;
    padding: 0;
}
.navigation a {
    color: #a11630;
    font-size: 22px;
}
.navigation a:active {
    color: #3d0017;
    font-style: italic;
}
.navigation a:hover {
    font-style: italic;
}
.sidepanel {
    display: grid;
    grid-template-rows: auto auto;
    gap: 10px;
    height: fit-content;
}
.sidepanel aside {
    grid-row: span 1;
}
.interests {
    display: flex;
    justify-content:space-between;
}
.interests a{
    color: #a11630;
    font-size: larger;
}
.interests a:hover{
    font-style: italic;
}
.interests a:active{
    font-style: italic;
    color: #3d0017;
}
.currentpage {
    pointer-events: none;
    font-style: italic;
}
.blogentry {
    border: solid 4px #3d0017;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.blogentry a {
    color: #a11630;
}
.blogentry a:active {
    color: #3d0017;
}
.blogentryheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}
footer {
    display: flex;
    justify-content: center;
}
.subwaytransition {
    position: absolute;
    margin: auto;
    mask-image: linear-gradient(white 75%, transparent);
}
.fmplayerpfp {
    max-width: 100px;
    border: #3d0017 solid 3px;
}
.artistName {
    margin: 0;
}
.updatelog {
    overflow-y: scroll;
    &::-webkit-scrollbar {display: none;}
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 210px;
}
.update {
    margin-bottom: 5px;
    border: solid 3px #3d0017;
}
.update h3 {
    margin: 0;
    padding: 10px;
    padding-bottom: 0;
}
.update p{
    margin: 0;
    padding: 10px;
}