@charset "UTF-8";

body{
    margin: 0 auto;
    font-family: 'Zen Old Mincho', serif;
    background-color:hsla(196, 57%, 64%, 0.982);
    color: #454545;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    box-sizing: border-box;
    min-height: 100vh; 
    max-width: 500px;
}

.date{
    font-family: 'Special Elite', serif;
    font-size: 14px;
    margin-top: 1em;
    background-color: #fffdbe;
    display: inline;
}

.sen{
    border: solid 0.1em #bbbbbb;
    margin-top: -3px;

}

.hako{
    margin:1% 2%;
    background-color: #ffffff;
    padding: .2em .5em 1em .5em;
    border-radius: 16% 35% 30% 20%/35% 24% 24% 34%;
}

section+section{
    margin-top: 1.5em;
}

.nakami{
    margin: 0 auto;
    width: 83%;
    padding-bottom: 1vw;
}


h1{
    font-family: 'Special Elite', 'Zen Old Mincho', serif;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom:solid 1px #0f5fc8;
    padding-bottom: 0;
    margin-bottom: 5%;
}

.link{
    color: rgb(134, 79, 10);
    transition: 0.2s;
    text-decoration:underline wavy 2px #e9e3a3;
    background-color: aliceblue;
    border-radius: 30%;
}
    
.link:hover{
    color: #b71769;
    text-decoration: none;
}

p{
    line-height: 0.3em;
}
