 @font-face {                  
    font-family: 'UFO!';
    src: url(https://humantooth.neocities.org/fonts/UFO!-Mono.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {                  
    font-family: 'CabinetGrotesk';  
    src: url(https://humantooth.neocities.org/fonts/CabinetGrotesk-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: #2B421C; 
  border-radius: 10px;
}

body{
    background-image: url(/photos/ocflies/fawn/indexbackground.jpg);
    font-family: 'CabinetGrotesk';
    position: relative;
    display: block;
}

.container{
    margin: auto;
    max-width: 750px;
    margin-top: 100px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.coolio{
    table-layout: fixed;
    width: 750px;
    border-collapse: collapse;
}

.header{
    height: 50px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #D9EDCA;
}

h2{
    font-family: 'UFO!';
    color: #2B421C;
    padding-left: 5px;
}

.aside{
    background-color: #EAFAE3;
    padding: 3px;
    align-content: center;
    text-align: center;
}

.main{
    background-color: #EAFAE3;
    padding: 3px;
    max-height: 375px;
    overflow-y: scroll;
}

.socool{
    background-color: #EAFAE3;
    border: 2px dashed white;
}

.abox{
    border: 2px solid #396316;
}

.atitle{
    font-family: 'UFO!';
    letter-spacing: 3px;
}

.atext{
    border-top: 2px solid #2B421C;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
}

a{
    font-style: italic;
    color: currentColor
}

#update{
    max-height: 60px;
    overflow-y: scroll;
}

.mbox{
    border: 2px solid #396316;
    margin-bottom: 5px;
    align-content: center;
}

.mtitle{
    font-family: 'UFO!';
    letter-spacing: 3px;
    padding-left: 3px;
}

.mtext{
    border-top: 2px solid #396316;
    text-align: left;
    padding: 5px;
}

.imgdiv{
    width: 535px;
    align-content: center;
}