/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.mycard {

    padding: 20px;

}



.myBtn {
    color: #e4eae8;
    width: 100%;
    border: none;
    background-color: #2c3039;
    padding: 10px;
    border-radius: 8px;
    font-family: "Inconsolata", "monosapce";
    cursor: pointer;
    text-align: center;
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-caption {
    color: black;
    text-align: end;
}

.carousel-indicators .active {
    background-color: black;
}

.carousel {

    margin-bottom: 20px;
}

.bg {

    background-color: #e4eae8;
}

.caption p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    color: #0d1e2d;
}

.myblock {
    color: #0d1e2d;
    text-align: center;
    margin-top: 2%;

}

.row {

    margin-bottom: 20px;

}