a {
    color: rgb(255, 137, 137);
}

h1, h2 {
    font-family: "EPSON KYOUKA";
}

h1 {
    margin: 0;
}

h2 {
    margin-top: .25em;
    margin-bottom: 1em;
}

.main {
    width: 26%;
    margin: auto;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 2em;
}

.container>.side1 {
    width: 45%;
    height: 100%;
}

.container>.side2 {
    width: 55%;
    height: 100%;
    text-align: left;
}


.buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .5em;
    margin-top: 1.5em;
}

.buttons button {
    border-radius: 0;
    border: 1px solid white;
    background: rgb(255, 255, 255);
    display: block;
    padding: 7px;
    font-family: "Appli Mincho Old";
}

.buttons button:hover {
    border: 1px solid white;
    background: rgb(155, 155, 155);
    cursor: pointer;
}

a {
    text-decoration: none;
}

.aboutsite {
    height: 0em;
    width: (100% - 40px);
    border: 1px solid transparent;
    margin-top: 0em;
    transition: all .4s ease;
    opacity: 0;
    padding: 10px 20px;
    overflow: hidden;
    line-height: 1.125em;
    font-size: .875em;
}

.yay {
    height: calc(20em - 20px) !important;
    margin-top: 4em;
    border: 1px solid white;
    opacity: 1;
    overflow: auto;
}


.aboutsite p:first-of-type {
    margin-top: .5em;
}

.aboutsite p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-height: 1100px) and (max-width: 1920px) {


    .main {
        width: 33%;
    }

    .yay {
        height: calc(15.75em - 20px) !important;
    }

}
