@font-face {
    font-family: msGothic;
    src: url(imgs/msgothic.woff2);
}

body {
    background-image: url(imgs/Untitled.gif);
    background-attachment: fixed;
    font-family: msGothic;
}

h2 {
    font-family: msGothic;
    color: #e4e4e4;
    background: #636363;
    background: linear-gradient(0deg, #636363 0%, #1a1a1a 41%, #000000 42%, rgba(9, 9, 9, 1) 60%, rgba(168, 168, 168, 1) 100%);
    width: stretch;
    height: 35px;
    border-radius: 10px;
    margin: 0px 0px 5px;
    padding: 0px 5px 0px 5px;
    text-shadow: 1px 0 #000000, -1px 0 #000000, 0 1px #000000, 0 -1px #000000,
    1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
}

body:before {
    content: "";
    position: fixed;
    opacity: 0.5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
    background-image: url(imgs/overlay.png);
    background-repeat: all;
    animation-name: Static;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(4);
    box-shadow: inset 0px 0px 10em rgb(0 0 0 / 40%);
}

#buttons {
    background: #cccccc;
    background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(191, 191, 191, 1) 46%, rgba(252, 252, 252, 1) 56%, rgba(255, 255, 255, 1) 100%);
    width: 800px;
    margin: 10px 0px 10px 0px;
    border-radius: 5px 0px;
    padding: 5px 0px 0px 0px;
    height: fit-content;
}

#content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background: #4F4F4F;
    background-image: url(imgs/background.png);
    width: 808px;
    box-shadow: #000000 0px 50px 100px -20px, #000000 0px 30px 60px -30px, #ffffff3b 0px -2px 10px 0px inset;
    border: 1px inset #b4b4b4;
}

/*containers*/
.container {
    background-color: #ffffff;
    box-shadow: #0a254059 0px -2px 6px 0px inset;
    align-items: flex-start;
    border: 1px solid #000000;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 10px 0px;
}

/*sides*/
.left {
    width: 200px;
    margin: 5px;
}
.center {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(188, 192, 196, 1) 41%, rgba(201, 205, 209, 1) 42%, rgb(255, 255, 255) 84%);
    border: 1px inset #b4b4b4;
    align-items: flex-start;
    border: 1px solid #000000;
    padding: 5px;
    border-radius: 10px;
    width: 400px;
    height: max-content;
}
.right {
    width: 200px;
    margin: 5px
}

/*individual containers*/

/*left*/
.ads {
    background-color: #ffffff;
    align-items: flex-start;
    border: 1px solid #000000;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 10px 0px;
}

textarea {
    max-width: fit-content;
    height: 75px;
    max-height: 75px;
    margin: 10px 0px 10px 0px;
}


/*center*/
.titleBar {
    background-color: #fff;
    border-radius: 5px 5px 0px 0px ;
    padding: 0px 5px 0px 0px;
    justify-content: space-between;
}

#wobble {
    color: #ffffff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    justify-self: center;
    margin: 10px;
    padding: 0px;
    font-size: 50px;
    text-shadow: 1px 0 #000000, -1px 0 #000000, 0 1px #000000, 0 -1px #000000,
    1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
}
.main {
    background-color: #ffffff;
    border: 1px inset #b4b4b4;
    height: 600px;
    overflow: hidden scroll;
    padding: 5px;
}

/*right*/
#artFrame {
    background-color: #ffffff;
    border: 1px inset #b4b4b4;
    height: 180px;
    width: 180px;
}
#art {
    max-width: 180px;
    box-shadow: #0000002b 0px -23px 25px 0px inset, #00000026 0px -36px 30px 0px inset, #0000001a 0px -79px 40px 0px inset, #0000000f 0px 2px 1px, #00000017 0px 4px 2px, #00000017 0px 8px 4px, #00000017 0px 16px 8px, #00000017 0px 32px 16px;
    
}

/*https://youronlinebf.neocities.org/webmaster*/

/*more shit*/
ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

li {
    color: #000000;
}

li:hover {
    font-style: italic;
}

a:link {
    color: rgb(0, 0, 0);
}
a:visited {
    color: #020000;
}
a:active {
    color: rgb(107, 107, 107);
}

/*scrollbar containers*/
::-webkit-scrollbar {
    border: 1.5px solid #888;
    border-radius: 3px;
    box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
    background-color: #d8d8d8;
    width: 10px;
}
::-webkit-scrollbar-thumb {
    border: 1.5px solid #5c5c5c;
    background: #ebebeb;
    background: linear-gradient(0deg, rgba(235, 235, 235, 1) 0%, rgb(206, 206, 206) 29%, rgba(255, 255, 255, 1) 100%);
}