*{
    margin: 0;
    padding:0;
}
.subtitle{
    font-size: 40px;
    text-shadow: 2px 2px 10px#ddd;
}
.img-logo{
    border-radius: 15px;
    height:150px;
}
.nav-link{
    margin-left:15px;
    margin-right: 15px;
}
.nav-link:hover{
    background-color:rgb(180, 179, 179);
    border-radius: 10px;
}
.top-header{
    background-color:#040447;

}
.contact{
    background-color:#00008B;
    color:white;
    padding-top:10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.container-fluid {
    width: 84% !important;
}
.carousel-item img{
            height:550px; 
            width:550px;
            object-fit:cover;
            margin:auto;
          }

          
          