* {
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
    font-family: MS UI Gothic, sans-serif;
}
body {
    background-color: #283618;
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}
.main {
    justify-content: center;
    gap: 10px;
    display: flex;
    height: auto;
    border: #283618 2px solid;
}
.main iframe {
    width: 100%;
    height: 18px;
    border-bottom: solid 1px #283618;
}
.leaftitle {
    font-size: 23px;
    font-family: MS UI Gothic, sans-serif;
}
.navbutton {
    text-decoration: none;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    border-top: #283618 1px solid;
    border-bottom: #283618 1px solid;
}
.header {
    text-align: center;
    background-color: #606C38;
    padding: 20px;
    border: 2px solid #283618;
    margin: 0 auto;
    width: 30%;
}
.left {
    border: 2px solid #283618;
    width: 10%;
    background-color: #606C38;
}
.left marquee {
    color: #000000;
    font-size: 20px;
    font-family: MS UI Gothic, sans-serif;
    padding: 10px;
    border-bottom: 2px solid #283618;
}
.misc {
    text-align: center;
    background-color: #606C38;
}
.middle {
    text-align: center;
    border: 2px solid #283618;
    width: 500px;
    background-color: #606C38;
}
.h1s {
    padding-top: 20px;
    text-align: center;
}