html {
    scrollbar-width: none;
}
body {
    font-family: ms gothic !important;
    margin: 0;
    display: flex;
    min-width: 655px;
    background-image: url(scenery010.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 100%;
}
img {
    filter: grayscale(100%);
}
p {
    margin-top: 5px;
    margin-bottom: 10px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
/*------------------------------container------------------------------*/
.container {
    display: grid;
    width: 650px;
    height: 100%;
    grid-template:
        "sidepic header IDCANYMORE"
        "navbar main main"
        "widgetbar main main"
        / 150px 1fr;
    grid-template-rows: 85px 200px auto;
    text-align: center;
    margin-left: 15px;
}
/*------------------------------headers------------------------------*/
figure {
    grid-area: sidepic;
    background-image: url(cool%20kirei.gif);
    background-size: 142px 85px;
    background-repeat: no-repeat;
    background-position: center;
    border-left: double 6px black;
    border-bottom: solid 3px black;
    border-right: solid 3px black;
    margin: 0;
}
header {
    grid-area: header;
    border-bottom: solid 3px black;
    border-right: double 6px black;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.12);
    background-image: url(banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
/*------------------------------Nav bar------------------------------*/
nav {
    grid-area: navbar;
    border: double 6px black;
    border-right: solid 3px black;
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    z-index: 1;
}
button {
    border: none;
    border-bottom: solid 2px black;
    font-family: ms gothic;
    font-size: 16px;
    color: #000000;
    text-align: left;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    transition: 0.5s;
}
button:last-child {
    border: none;
}
button:hover {
    background: linear-gradient(to bottom, #f8f8f8 0%, #eaeaea 50%, #d6d6d6 51%, #f3f3f3 100%);
    letter-spacing: 50%;
}
button:hover:nth-last-child(2) {
    letter-spacing: 15%;
}
/*------------------------------Main contents------------------------------*/
main {
    grid-area: main;
    transform: translateX(-5px); /*I JUST MADE SOME BULLLLLSHIIITT!!!!*/
}
section {
    width: 493px;
    border: double 6px black;
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 51%, #fbfbfb 100%);
    position: relative;
    display: flex;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.12);
    margin-bottom: 25px;
}
section:first-child {
    border-top: none;
    justify-content: space-between;
    height: 240px;
}
section:first-child div {
    text-align: center;
    font-variant-caps: small-caps;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
section:nth-child(2) {
    height: 160px;
    flex-direction: column;
}
section:nth-child(2) iframe {
    margin-left: 5px;
}
h1 {
    margin: 0;
    position: absolute;
    top: -26px;
    left: -4px;
    font-family: times new roman;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
    color: white;
    font-style: italic;
    font-size: 30px;
    letter-spacing: 3px;
}
section:nth-child(3) {
    height: 284px;
    flex-direction: row;
}
.updates {
    width: 55%;
    overflow: auto;
    scrollbar-width: thin;
    background-image: url(checker.png);
    animation: scroll 20s linear infinite;
}
@keyframes scroll {
    0% {
        background-position-x: 0%;
        background-position-y: 0%;
    }
    100% {
        background-position-x: 100%;
        background-position-y: 100%;
    }
}
.updates a {
    color: white;
}
.feed-title {
    color: #ffffff;
    margin: 0;
    padding: 2px;
    font-family: Walter Turncoat;
    font-size: 28px;
    display: block;
    background-image: url(plad.png);
    background-position: 5px 5px;
    border-bottom: 1px solid black;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
    text-decoration: none;
}

.feed-item-title {
    text-align: left;
    padding-left: 5px;
    background-color: rgba(0, 0, 0, 0.16);
    font-family: Walter Turncoat;
    color: white;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
    font-size: 25px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.forest {
    background-image: url(forest.png);
    width: 235px;
    border-left: 3px solid black;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.forest img {
    filter: none;
}
section:nth-child(4) {
    height: 284px;
    flex-direction: row;
    filter: grayscale(100%);
}
section:nth-child(4) img {
    filter: none;
}
section:nth-child(4):hover {
    filter: none;
}
.horsie {
    width: 50%;
    background-image: url(uma%20track.gif);
}
.horsie img {
    position: absolute;
    left: -12px;
}
.umabio {
    width: 50%;
    border-left: 5px solid #24da0a;
    overflow: auto;
    scrollbar-width: none;
    text-align: center;
}
.umabio h2 {
    text-shadow: 0 3px 0 rgb(0, 177, 30);
    margin: 0;
    margin-bottom: 15px;
    color: white;
    display: block;
    background-color: #24da0a;
    padding: 2px;
}
.umabio p {
    margin-bottom: 25px;
}
section:nth-child(5) {
    height: 500px;
    flex-direction: row;
    filter: grayscale(100%);
    z-index: -1;
    overflow: hidden;
}
.buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 7px;
}
.buttons img:hover {
    filter: none;
}
/*------------------------------Widget------------------------------*/
article {
    grid-area: widgetbar;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-left: 2px solid black;
    box-sizing: border-box;
}
article * {
    filter: grayscale(100%);
}
article *:hover {
    filter: none;
}
hr {
    border: none;
    border-top: dotted 2px black;
    width: 100%;
}
#cdr a {
    color: black;
}