.margzero {
    margin: 0%;
}
.carCenter{
   align-content: center; 
}
.carouselImg img{
    width:100%;
    max-height: 100% !important;
  }
body {
    background-color: rgb(197, 222, 221);
}
main {
    background-color: rgb(214, 226, 233);
    padding: 24px;
    margin: 40px;
    border-radius: 25px;
}
.boxtitle {
    font-size: 36px;
    color: rgb(0, 0, 0);
    font-weight: 900;
}
.navbar{
    background-color: rgb(255, 241, 230);
    box-shadow: 0px 8px 8px -6px rgba(0,0,0,.15);
}
footer {
    background-color: rgb(153, 193, 222);
}

.descripttitle{
    color:rgb(16, 34, 33);
}

