body {
    margin: 0;
    padding: 0;
    
    font-family: 'Yu Gothic', 'Noto Serif JP', 'Hiragino Mincho ProN', 'MS PMincho',  serif;
}
h1 {
    padding: 20px;
    /* font-weight: 500; */
    font-weight: 700;
    /* transition: color 0.5s ease-in-out; */
}
/* .home:hover, .menu-text:hover {
    color:antiquewhite;
} */
ul {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    color: aliceblue;
}
li {
    list-style-type: none;
    padding: 10px;
    font-family: 'Arial' !important;
}
.menu-text {
    font-size: 1.2em;
    font-weight: bold;
    color: aliceblue;
    text-decoration: none;
}