@charset "utf-8";
html{
    font-size:85%;
}

body{
    font-size:1rem;
}


ul{
    margin:10px;
    padding:10px;
}
li{
    margin-bottom:40px;
}