.separate-box{
    padding: 15px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.separate-box h3{
    -webkit-text-fill-color: blue;
}

.socials{
    display: flex;
    
    align-items: center;
    justify-content: center;

    transition: 0.3s ease;
    background-color: #00000000;

    -webkit-text-fill-color: rgb(7, 96, 206);
}

.socials:hover{
    background-color: #ffffffab;
}

.socials *{
    padding: 4px;
}

.socials img{
    width: 30px;
}