* {
    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;
    
}

#bg-music {
    display: none;
}

.button {
    background-color: #606C38;
    outline: none;
    border: none;
}

.main {
    justify-content: center;
    gap: 6px;
    display: flex;
    height: 580px;
    border: #283618 2px solid;
}

.navbutton {
    text-decoration: none;
    color: #000000;
    display: inline-block;
    font-size: 23px;
    margin-bottom: 23px;
    width: 100%;
    border-top: #283618 1px solid;
    border-bottom: #283618 1px solid;
    text-align: center;
}

.left {
    border: 2px solid #283618;
    width: 200px;
    background-color: #606C38;
}

.logo {
    margin-bottom: 50px;
}

.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: 700px;
    background-color: #606C38;
}

.middle p {
    padding-top: 50px;
}

.info_article {
    padding: 10px;
    font-size: 19px;
    width: 100%;
}


