.d-flex{
    display: flex;
}

.btn-link{
    text-decoration: none;
}

.white{
    color: white;
}

.link:hover{
    transition: 0.8s;
    scale: 1.20;    
}