body {
    font-size: 110%;
    font-family: "Yusei Magic";
}
.list-group {
    width: 90vw;
    max-width: 500px;
    margin: 1vh auto;
    text-align: center;
}
.tit {
    text-align: center;
    margin-top: 12vh;
    margin-bottom: 3vh;
}  
.logo {
    text-align: center;
    max-width: 350px;
    width: calc(100% - 10px);
}
.pgtit {
    position:fixed;
    width: 100%;
    background: white;
    text-align: start;
    padding: 10px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
}
.footer{
    text-align:center;
    margin-top: 12vh;
}
.footer i{
    margin-right: 1vh;
}
.icon_div{
    text-align: center;
    font-size: 125%;
    margin-top: 4vh;    
}
.desc_div{
    text-align: center;
    font-size: 95%;
    padding-bottom: 3vh;
    margin: 0vh 5vw;    
}
