*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
a,a:hover{
    text-decoration: none;
}
body{
    background: #f9f9f9;
}
nav.navbar{
    background: #e1ebfa!important;
    border-bottom: 2px solid#eaeaea;
}
.container{
    margin-top: 60px;
}
.container .card{
    text-align: center;
    background: #eaeaea;
    padding: 20px 22px;
    border-bottom: 2px solid #e1ebfa;
}
