html,body{
    background-color: #F4EFFC;
}

.card-header-float{
    width:80%;
    top:-2.9rem;
    left:50%;
    transform: translateX(-50%);
    background: #232946;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-manrope{
    font-family: 'Manrope', sans-serif;
}

.header-title {
    font-size: 2em;
}

.content a{
    text-decoration: none;
}
.content .box{
    border-top:5px solid #68B0E8; 
    color:#232946;
    transition: .2s;
}

.content a:hover .box{
    box-shadow: 0 8px 30px 0 rgba(0,0,0,.12);
} 

.content .label{
    font-size: 20px;
    font-weight: 700;
}