/* CSS Document */

.frame#p-member {
    max-width: 90%;
    background-color: white;
}
h2 {
    font-size: 1.3rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 5rem;
}
h3 {
    padding: 1rem 0;
    border-top: 3px dashed #ff006c;
    border-bottom: 3px dashed #ff006c;
    color: #ff006c;
    margin: 2rem 0 3rem;
}