/* .navbar-nav{gap: 0.1rem;} */
.cards{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.header h1{
    font-size: 1.7rem !important;
}
.specific-logo span{
    font-size: 1.2rem;
}
.social-image{
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.social-image a img:hover{
    scale: 1.1;
}
.whole h2{
    font-size: 1.4rem;
}
.whole p{
    font-size: .9rem;
}
.whole{
    padding: 30px;
}
