body {
    background: white;
    color: #2C0007;
    font-family: sans-serif;
    margin: 0 15%;
}

h1, h2 {
    color: #E5233B;
    text-align: center;
}

a, a:visited { color: #E5233B; }
a:hover { color: #f15366; text-decoration: none; }

.selectchara {
    margin: 10px;
    display: inline-block;
}
.selectchara img {
    transition: all .2 ease-in-out;
}
.selectchara img:hover { transform: scale(1.1) }
.selectchara a {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.small {
    font-size: 12px;
}

#focus {
    border: 3px solid #c9c9c9;
    border-radius: 30px;
    text-align: center;
    padding: 20px;
}

#focusimg img {
    margin: auto;
    display: block;
}

button {
    font-size: 15px;
    border: 1px solid #E5233B;
    border-radius: 10px;
    background-color: #E5233B;
    padding: 7px;
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
}
button:hover {
    background-color: #E5233B;
    cursor: pointer;
}
.nextprv { width: 47%; }
.nextprv:hover { cursor: pointer; }


@media screen and (max-width: 800px) {
    body { margin: 0; padding: 20px; }
    #focus { border: none; padding: 0; }
    #focusimg { width: 90%; }
}