.markRed_me {
    color : #f00 !important;
}
.blink_me {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% { opacity: 0; }
}
.site-title img {
    /*width : 250px;*/
}
#homeStatList {
    list-style: none;
    width: 100%;
    text-align: center;
}
#homeStatList li {
    display: inline-block;
    text-align: center;
    width: 250px;
    height: 90px;
    border: 1px solid #fff;
    padding: 20px;
    margin: 5px;
    border-radius: 5px;
    font-weight: bold;
}