body {
    background-color: white;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #00B7FF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Serif JP', serif;
}

p,
ul,
li {
    font-family: 'Noto Serif JP', serif;
    color: black;
    font-size: 20px;
}

.noListStyle {
    list-style: none;
}

.noAni {
    animation: none;
}

#overlay {
    padding: 10px;
    margin: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}

.overlaySolid {
    padding: 10px;
    margin: 30px;
    background-color: rgba(255, 255, 255, 0.7);
}

#overlayFull .after {
    background-color: rgba(255, 255, 255, 0.7);
}

.winter {
    width: 800px;
    left: 25vw;
    border-radius: 10px !important;
}

#white {
    color: white;
}

#about {
    position: absolute;
    top: 100px;
    left: 15vw;
}

#about>p {
    position: relative;
    width: 75%;
    top: -3vw;
}

.summer {
    position: relative;
    right: 25vw;
    width: 800px;
    border-radius: 10px !important;
    background-color: #01B345 !important;
}

.contained {
    margin: 0px 15px 0px 15px;
}


/*Mobile style*/

@media all and (max-width:800px) {
    #about {
        left: 0px;
        top: 75px;
    }
    .winter {
        left: 0px;
    }
    .summer {
        right: 0px;
    }
    p,
    li {
        font-size: 14px;
    }
    .uk-card {
        animation: none !important;
    }
}