@charset "UTF-8";

body{
    font-size: 1em;
    font-family: serif;
    background-color:hsla(0, 0%, 100%, 0.947);
    min-height: 100vh; 
    margin: 0;
}

.title{
    border-bottom: solid 1px #bfbfbf;
    margin: 18px 0 25px 0;
}

.honbun{
    background-position: center;
    text-align: left;
    margin: 2%;
}

a{
    color: rgb(16, 54, 222);
    text-decoration: none;
    border-bottom: solid 2px #000;
}
a:visited{
    color: rgb(13, 47, 199);
    text-decoration: none
    
}