#A {
    margin: 0 auto;
    padding: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: #fff;
    color: #333;
    margin: 50px 0 50px 0;
}

.H {
    color: #010101;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.R {
    display: flex;
    gap: 25px;
    align-items: stretch;
}

.L {
    flex-shrink: 0;
    width: 110px;
    height: 100%;
}

#P {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border: 1px solid #eee;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 4px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}

.E {
    margin-top: 10px;
    font-size: 13px;
    color: #555;
    text-align: center;
}

.E a {
    color: #0077b5;
    text-decoration: none;
    font-weight: 600;
}

.E a:hover {
    text-decoration: underline;
}

.C {
    flex: 1;
}

#N {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

#B {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #444;
}

#L {
    color: #999;
    text-decoration: none;
    font-size: 15px;
}

#L:hover {
    text-decoration: underline;
}

@media (max-width: 500px) {
    .R {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .L {
        margin-bottom: 15px;
        height: auto !important;
    }
}