@charset "utf-8";

/* Suggested order:
    display
    list-style
    position
    float
    clear
    width
    height
    margin
    padding
    border
    background
    color
    font
    text-decoration
    text-align
    vertical-align
    white-space
    other text
    content
*/

h3 {
    height: 34px;
    padding-top: 8px;
    border: 1px solid #444444;
    border-radius: 16px;
    background-color: #1f191b;
    color: #ffffff;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
}
