nav.navbar{
    background-color: crimson !important;
    font-family: 'Nova Round';
}
a.nav-link{
    color: rgba(255,255,255, 0.85) !important;
}
a.nav-link:hover{
    color: rgb(255,255,255) !important;
}
h1{
    font-family: 'Nova Square', cursive;
}
h1 + p{
    font-family: 'Nova Round', cursive;
}
.container-fluid{
    display: flex;
    flex-wrap: wrap;
}
.divProjects{
    font-family: 'Nova Round', cursive;
    margin: auto;
    margin-bottom: 50px;
}
.divProject{
    background-color: white;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    padding: 20px;
}
h2{
    color: crimson;
    font-size: 1.5rem;
}
main img{
    width: 100%;
}
img{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    margin-top: 20px;
    margin-bottom: 20px;
}
footer{
    background-color: crimson;
    padding: 15px;
    color: white;
    text-align: center;
    font-family: 'Nova Round';
}
footer a, footer a:hover{
    color: white;
}