@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: 4%;
    background-color: rgba(172, 214, 214, 0.911);
    border-radius: 10%;
}

.link{
    color: rgb(28, 219, 190);
    text-decoration: none;
    border-bottom: solid 3px #1e73ad;
}
.link:visited{
    color: rgb(28, 219, 190);
    text-decoration: none
    
}