@charset "UTF-8";


body{
    text-align: center;
    font-size: 1em;
    background-color:hsl(189, 100%, 82%);
    background: #97efff;
    max-width: 700px;
    height: 100%;
    margin: 0 auto;
    font-family: 'klee One',serif ;
}

.link{
    line-height: 250%;
    border: 2px solid #ffd5f5;
    text-decoration: none;
    background-color: rgb(215, 244, 255);
    color: #202021;
    padding: 2px 10px 2px 10px;
    margin: 5% 0 5% 0;
    border-radius: 20px;
    font-family: 'klee One',sans-serif cursive;
}

.link:hover{
    line-height: 250%;
    border: 2px solid #ffd5f5;
    text-decoration: none;
    background-color: rgb(244, 252, 255);
    color: #202021;
    padding: 2px 10px 2px 10px;
    margin: 5% 0 5% 0;
    border-radius: 20px;
    font-family: 'klee One',sans-serif cursive;
}

.kakoi{
    text-align: left;
    border: solid 6px #fff;
    background: #fff;
    background-position: center;
    padding: 0%;
    margin: 4%;
    width: auto;
    border-radius: 30px;
}
.title{
    text-align: right;
    color: #ffd5f5;
    margin-top: 10%;
    font-size: 140%;
    font-weight: bold;
    font-family: 'BIZ UDPMincho', serif;
}