body {
    background: #1b895d;
}

#bzlogo {
    background-color: #007A39;
}

.fcont {
    background: linear-gradient(#007A39, #1b895d);
}

td.fbtblcap {
    color: white;
}

.bzcaption {
    color: #febd00;
}

.rule {
    background: #007A39;
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 43%;
    top: 10%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #1b895d;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
