body{
    font-family: 'Montserrat', sans-serif;
}

#title{
    background-color :#14274e;
    color: white;
}

h1{
    text-align: center;
}

.navbar-brand{
    font-size:2.5rem;
    font-weight: bold;
    margin-left:50px;
}

#features{
    
    text-align: center;
    padding: 7% 15%;
    line-height: 2;
}

.feature-icon{
    padding-bottom: 30px;
    color: #9ba4b4;
    
}

.feature-icon:hover{
    color: #14274e;
}

h3{
    font-weight: bold;
    padding-bottom: 10px;
}