body {
    background-color: #e0e0e0;
    font-family:"MS Pゴシック",sans-serif;        
}

.title {
    font-size:150%;
    text-align:center;
}

.novel{
    margin:80px auto;
    width:60%;
    }

@media only screen and (max-width:800px){
    .novel{
    width:90%;
    }}