body{
    background-color: khaki;
    
}

nav{
    margin-top: 1%;

}

main{
    margin: 2%;
    
}

p{
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20pt;
    font-weight: bold;
}

h5{
    color: red;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25pt;
    font-weight: bold;
}

.carousel-caption{
   background-color: rgba(0, 0, 0, 0.594);
    padding: 5px;
}

.img{
    height: 100%;
}

