nav li:nth-child(3) a{
    color: white;
}
.menu li:nth-child(3) a{
    color: white;
}
h2{
    display: block;
    margin: 0;
    margin-top: 15px;
    margin-bottom: -10px;
}
.quote{
    margin: -10px 0 10px 0;
    padding: 3px 30px 3px 30px;
    background-color: rgb(242, 244, 246);
}
.quote p{
    text-indent: 0;
}
.source{
    line-height: 18px;
    text-align: right;
    font-size: smaller;
}
.source a,main p a{
    transition: all .5s;
    text-decoration: underline;
}
.source a:hover,main p a:hover{
    color: blue;
}
.komoji{
    font-size: smaller;
}
.brk{
    content: "\A";
    white-space: pre;
}