.cardd {
    height: 1000px;
    background-color: aqua;
}

.cardspec {
    background:rgb(84, 130, 53);
    margin: 0.2rem !important;
    color: white;
    text-align: center;
    vertical-align: middle;
}

.cardspec2 {
    background: rgb(84, 130, 53);
    width: 30%;
    color: white;
    max-height: 5%;
    margin: 1rem !important;
    text-align: center;
    vertical-align: middle;
}

.cardspec3 {
}


h1 {
    font-family: ;
    color: rgb(84, 130, 53);
}

h5 {
    font-family: ;
    color: rgb(84, 130, 53);
}

h4 {
    font-family: ;
    color: rgb(84, 130, 53);
}

.content_img {
    position: relative;
    top: 0px;
    right: 0px;
}

.transparent {
    background-color: transparent;
    border-color: transparent;
}