*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* navbar css */
.navbar a{
    color: white;
}

.navbar a:hover{ 
    color: yellow;
}

.header{
    background-color: #DC3545;
}

.dropdown-item{
    color: red !important;
}

/* slider img code */

.carousel {
    margin: auto;
    margin-top: 5rem;
    
}


.Modal-body{
    /* margin-top: -71px; */
    position: relative;
    /* top: -71px; */
}

.carouselslide{
    margin: 0;
}

/* cards code */
.CoursesCard{
    border: 2px solid yellow !important;
}
.facilitesCard{
    border: 2px solid yellow !important;
}