@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: 29% 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;
}
a {
  color: inherit; 
  text-decoration: none; 
}
#gridlayout {
    display: flex;
    gap: 20px;
    padding: 15px;
    padding-top: 20px;
    height: 100%;
    background-color: #000000;
}
#maincontent {
    padding: 15px;
    width: 100%;
    text-align: center;
    border: 1px groove; 
    min-width: 0;
    overflow: hidden;
    background-color: #000000;
}

