body {
    background-color:rgb(255, 255, 255);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
footer{
    background-color:#1d2325;
}
.footer-copyright {
    color: white;
}
.list-inline-item a {
    color:white;
}
.card-body {
    color: white;
    background-color: #263238;
}
.card {
    margin-bottom: 20px;
    box-shadow: 5px 5px 10px  rgb(189, 189, 189);
}
.responsive-image{
    width: 100%;
    height:100%;
}
.row{
    margin:20px 0px;
}
@media (max-width:720px){
    .responsive-image{
        
    }
}
