.hover-scale-img img{
    transition: all ease .2s;
}
.hover-scale-img img:hover{
    transform: scale(1.1);
}
.header__logo{
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
}
.header__logo svg{
    width: 200px;
    height: auto;
    fill: white;
}
.social-media__facebook svg {
    width: 15px;
    height: 15px;
}
.social-media__facebook{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212529;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    transition: .2s;
}
.social-media__facebook:hover {
    background-color: #0085cb;
}