
body{

    height: 100%;

}


.container-fluid {
    position: relative;
    text-align: center;
    color: white;

}
.block{
background-color: rgba(101, 99, 99, 0.11);
/*background-color: rgba(21, 204, 156, 0.66);*/
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.container .centered {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(221, 212, 212); /* Fallback color */
    background: rgba(231, 221, 221, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */

}

.homeimg {
height: 50vh;
width: 100%;
}



.img-fluid{max-width: 100%; height: auto;}

.secondimg {
    display: block;
    max-width: 100%;
    height: 100%;
}

#box{
    background-color: #15cc9c;
    border-radius: 10% / 20%;
}
#jumbotron{
    background: #15cc9c;

}

