.carousel-caption {
    position: absolute;
    top: 80px;
    left: 100px;
    text-align: left;
}

.carousel-title {
    color: #ffffff;
    font-size: 50px;
}

.carousel-button,
.carousel-button:focus {
    padding: 10px 55px;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: white;
    text-decoration: none;
}

    .carousel-button:hover {
        background-color: #204d74 !important;
        text-decoration: underline !important;
        color: white !important;
    }

.carousel-control {
    width: 10%;
}

.carousel-overlay:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #1a2857;
    opacity: 0.6;
}

.flip-card {
    background-color: transparent;
    width: 250px;
    height: 200px;
    perspective: 1000px;
    margin-bottom: 10px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #204d74;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-text {
    margin-top: 2%;
    color: #ffffff !important;
    font-size: 16px;
    width: 90%;
}

.flip-card-link {
    margin-top: 2%;
    color: rgb(32, 77, 116);
    font-size: 18px;
    text-decoration: underline;
}

.flip-card a:hover {
    color: #f18b21;
}

.azdcs-div i {
    font-size: 80px;
    color: white;
}

.centerArea {
    background-color: #e7e6e6;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.azdcs-div {
    align-items: center;
    width: 85px;
    height: 85px;
    background-color: rgb(51, 102, 153);
    border-radius: 100%;
    margin: auto;
}

    .azdcs-div img {
        width: 85px !important;
        height: 85px !important;
    }
