body {
    animation: background 95s linear infinite;
    background-color: lavenderblush;
    background-image: url(https://files.catbox.moe/r0i1lp.gif);
    background-position: center;
    color: #6d5f54;
    image-rendering: pixelated;
}

  
.pixel-text {
  font-family: 'DotGothic16', sans-serif;
}


.page {
    background-color: white;
    border-top: 15px solid yellow;
    padding: 12px;
}

img {
    max-width: 100%;
}
iframe.content {
    border: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    border: 6px ridge;
    width: 729px;
    margin-left: 20px;
    /* If you want the box to be centered, turn this line on instead */
    /* margin: auto; */
    margin-top: 20px;
    box-sizing: border-box;
}



.main {
    display: flex;
}

.side {
    width: 200px;
    padding: 12px;
    box-sizing: border-box;
    background: #ffffff;
    color: rgb(58, 160, 185);
    min-height: 760px;
}

.content {
    flex-grow: 1;
    background: #ffffff;
}

.button {
    display: block;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 17px;
    background-image: url('img/button.png');
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 3px #FFF;
    letter-spacing: 1px;
    font-family: serif;
}

.button:hover {
    background-image: url('img/button2.png');
}

.title {
    padding-top: 20px;
    padding-left: 20px;
}

h1 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: red;
}

h2 {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: red;
}

h2:before {
    content: "\0021B3";
    color: blue;
    padding-right: 6px;
}

a {
    color: blue;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 6px 12px;
    vertical-align: top;
    border: 1px solid #000;
}

th {
    background: cyan;
    color: #ff0097;
}

.width-50 {
    width: 50%;
}

* {
    scrollbar-width: thin; 
}

::-webkit-scrollbar {
    width: 10px;
}

