body{
    background-color:#f4f8fc;
}

.logo{
    width:80px;
}

.hero{
    padding:80px 20px;
    text-align:center;
}

.hero h1{
    color:#0D47A1;
    font-weight:bold;
}

.navbar{
    background-color:#0D47A1;
}
.footer{
    background:#0D47A1;
    color:white;
    text-align:center;
    padding:15px;
    margin-top:40px;
}

.card{
    box-shadow:0 2px 10px rgba(0,0,0,0.15);
}

.fb-btn{
    text-decoration:none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}