*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
}
.nav-item a{
    font-weight: 400;
    font-size: 25px;
}
.carousel-item img{
    width:100%;
    height:90vh;
}
.carousel-caption h5{
    color: rgb(255, 255, 255);
    font-size: 29px;
}
.carousel-caption p{
    font-size: 20px;
    color: white;
}
.img-fluid{
    border-radius: 15px;
}
.card {
    box-shadow: 4px 4px 5px 4px gray;
    border-radius: 15px;
    
}
#abc:hover{
    background-color: red;
    
}
