@font-face {
    font-family: 'ElegantTypewriter';
    src: url('Fonts/elegant_typewriter/ELEGANT\ TYPEWRITER\ Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ElegantTypewriter';
    src: url('Fonts/elegant_typewriter/ELEGANT\ TYPEWRITER\ Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'ElegantTypewriter';
    src: url('Fonts/elegant_typewriter/ELEGANT\ TYPEWRITER\ Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@media (min-width: 769px) and (max-width: 1024px) {

}

@media (min-width: 1025px) and (max-width: 1200px) {
 
}

body { 
    background-image: url(Images/smileyface.gif);
    background-size: 30% 33%;
    background-position: 29%;
    min-height: 100vh;
    background-attachment: fixed;
}
 #container {
    color: white;
    border: 3px groove;
    width: 75%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#topbar {
    background-image: url(Images/Cicada.jpg);
    background-size: 10% 100%;
    text-align: center;
    height: 90px;
    border: 1px groove;
}
#navigation {
    word-spacing: 25px;
    font-size: 25px;
    border: 1px groove;
    text-align: center;
    background-color: #000000;
}
a {
  color: inherit; 
  text-decoration: none; 
}
#gridlayout {
    display: flex;
    gap: 20px;
    padding: 15px;
    padding-top: 20px;
    height: 100%;
    background-color: #000000;
}
#leftcolumn {
    padding: 15px;
    border: 1px groove;
    background-color: #000000;
    overflow-y: scroll;
    scrollbar-width: none;    
    width: 20%;
}
#maincontent {
    padding: 15px;
    text-align: center;
    border: 1px groove; 
    min-width: 0;
    overflow-y: scroll;
    scrollbar-width: none;
    background-color: #000000;
    width: 100%;
}
#additionalsorrowvideo {
    float: right;
    border: 1px groove white;
    border: 2px groove rgb(148, 144, 144);
    border-radius: 5px;
    margin-top: -5px;
}
#movingblinkies {
 text-align: left;
 position: absolute;
 bottom: 20px;
}
#changelog {
    margin-top: -5px;
    float: right;
    height: 57%;
    width: 30%;
    overflow-y: scroll;
    scrollbar-width: none;
    border: 2px groove rgb(148, 144, 144);
}
.update {
   font-family: 'ElegantTypewriter', sans-serif;
   font-weight: italic;
   font-style: italic;
   border: 1px groove rgb(148, 144, 144);
   margin: 10px;
}
