h3{
    color:#418aa3;
}
.container-fluid{
    max-width:80%;
}
.nav-tabs{
    border:none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    color:#418aa3;
    border:1px solid lightgrey;
    margin:0 1rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color:white;
    background-color:#418aa3;
}
td img{
    width:15%;
}
footer{
    width:100%;
    background-color:#353E47;
    margin-top:7rem;
    padding:2rem;
}

@media screen and (max-width:1024px){
    .container-fluid{
        max-width:100%;
    }
    .nav-justified{
        flex-direction:column;
    }
    td img{
        width:35%;
    }
}