.jumbotron-fluid {
    margin: auto;
    width: 1000px;
    text-shadow: #444 0 1px 1px;
    color: #FFF;
    position: relative;
    height: 40vh;

    display: flex;
    align-items: center;
}
.zinger{
    height: 300px;
    width: 300px;
    border-radius: 50px;

}
.btn-primary {
    color: #fff;
    background-color: #f40022;
    border-color: #f40022;
}
.counter-text {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #f40022;
}
.kfc-red {
    color: #f40022;
}