body {
    margin-top: 100px;
    padding: 0;
    background-color: rgb(216, 216, 216); 
}

.box_redirect div {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 0px 8px 10px rgba(0, 0, 0, 0.69);
    box-shadow: 0px 10px 13px -7px #000000, 0px 0px 8px 10px rgba(0, 0, 0, 0.69);
    font-family: 'Koulen', cursive;
    font-size: 50px;
    transition: all 0.2s;
    text-align: center;
    width: 300px;
    border-radius: 5px;
}

.box_redirect p {
    margin: 0 !important;
}

.box_redirect div:hover {
    transition: all 0.2s;
    background-color: rgb(106, 121, 134) !important;
}

.box_redirect div:nth-child(1) {
    transform: rotate3d(1, 1, 1, 350deg);
}

.box_redirect div:nth-child(3) {
    transform: rotate3d(1, 1, 1, -350deg);
}

.contInfo h2 {
    font-family: 'Koulen', cursive;
    font-size: 100px;
}

.contInfo {
    display: flex;
    width: 502px;
    flex-direction: column;
    margin-left: 70px;
}

.custom-shape-divider-top-1652980847 {
    position: relative;
    top: 100px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1652980847 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1652980847 .shape-fill {
    fill: #4f7c66;
}

.infoSpacer {
    background-color: #38634e;
    height: 150px;
    z-index: -1;
    position: relative;
    top: -40px;
}

.infoContent {
    font-family: 'Koulen', cursive;
    background-color: #38634e;
    height: auto;
    z-index: -1;
    position: relative;
    top: -88px;
    padding-bottom: 10px;
}

.text_about {
    font-size: 100px;
}

.spacer {
    border-bottom: solid 5px rgb(32, 32, 32);
    margin-left: 100px;
    margin-right: 100px;
}

.about_para {
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.contCounters {
    text-align: center;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contCounters div {
    margin: 10px;
}

strong {
    color: #fff;
}

.album {
    display: flex;
    flex-wrap: wrap;
    max-width: 100% !important;
}

.album .card {
    margin: 10px;
}


@media only screen and (max-width: 600px) {
    img {
        display: none;
    }
}

