/* stat-block divs hold info like who is online, birthdays, stats */

div.stat-block{
    background-color: #212121;
    color: grey;
}

div.stat-block a{
    color: #eeeeee;
}

div.stat-block h3{
    color: #eeeeee;
    height: 28px;
    background-image: url('./img/cellpic3.gif');
    display: flex;
    align-items: center;
    border-color: black;
    padding: 0 0.5rem;
    text-transform: none;
    font-size: 1.1em;
}

div.stat-block p{
    padding: 0.3rem 0.5rem;
}