.logos img {
margin:30px;}

.header__top {
    transition: background-color 0.3s ease;
}

.header__top.is-scrolled {
    background-color: #000;
}
 