.carousel img{
    height: 500px;
}

@media screen and (max-width: 700px){
    .carousel img{
        height: 300px;
    }
}

.row, .card{
    margin-top: 20px;
}

.nav{
    background-color: black!important;
}
