body{
    /*
    background-color:aqua; 
    */
    background-color:#62c7c9;

    background-image: url(assets/image/VRC1.png);
    background-attachment: fixed;
    background-size: cover;
}

.title {
    /* display: inline; */ 
    /* この行をコメントアウトでタイトルがセンターに */
    
    font-size: 60px;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255, 255, 255);
    width: 100%;
    margin:20px auto 0 0;
    font-family: 'Zen Maru Gothic', sans-serif;


}

nav{
    /* display: flex;
    flex: 100%; */
    margin-left: auto;
}

nav ul {
    list-style-type: none;
    /* flex: 2;
    padding-left: 0;
    padding-bottom: 20px;
    display: flex;
    border-bottom: 1px solid rgb(255, 255, 255); */
}
nav ul li {
    font-size: 30px;
    /* text-align: center;
    display: inline;
    flex: auto; */
    font-weight: 900;
    font-family: 'Zen Maru Gothic', sans-serif;
}

a {
    color: rgb(0, 97, 189);
}

a:visited {
    color: #314bc0;
}

a:hover {
    text-decoration: none;
}


.risuto{
    margin-top: 60px;
}

.rinku{
    font-size: 20px;
    margin: 8px;
}