:root,
body {
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 600px) {

    :root,
    body {
        font-size: 15px;
    }
}

body {
margin: 0;
    padding: 0;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    background: url('../img/bg.png') repeat;
    color: #f2f2f2;
}
#logo img {
    padding:1rem;
}
#logo img {
    width: 180px;
    height: auto;
}

.wrapper {
    margin: 0 auto;
    padding: 0 0 2rem;
}

.content {
    width: 92%;
    margin: 0 auto;
    max-width: 768px;
}

.title-img {
    margin-bottom: 1rem;
}

.paper {
    background: #fafafa;
    color: #000;
    box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgb(144,127,104, 0.2) inset;
    position: relative;
    padding: 4rem 1.25rem 3rem;
}



.list-heading {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 1.25em;
}

.list-intro {
    text-align: center;
    margin-bottom: 2.5rem;
    line-height: 1.8;
}
.list-intro span{
    font-size: .9em;
}
.user-entry {
    text-align: center;
    margin-bottom: 2.5rem;
}

.user-entry .name {
    font-size: 1.5em;
    font-weight: bold;
    display: block;
}

.user-entry .note {
    display: block;
    font-size: 0.9em;
    color: #c00;
}