.bg-insta {
    background-color: #833AB4;
}

.bg-wpp {
    background-color: #128C7E;
}

.bg-yt {
    background-color: #e62117;
}

.bg-navbar1 {
    background-color: #52c100;
}

.bg-indigo {
    background-color: #080471;
}


.bg-footer1 {
    background-color: #0a12c8;
}

.bg-copyright {
    background-color: #77102d;
}

.icone-grande {
    font-size: 128px;
}

.logo-img {
    border-radius: 300px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-style: solid;
    border-width: 6px;
    border-color: #e3dbdb;
    flex-shrink: 0;  /* prevents flexbox from squishing it */
}

.logo-white{
    filter: brightness(0) invert(1);
}

.navbar-logo {
    height: 60px;
    width: auto;
}

@media (min-width: 992px) {
    .navbar-logo {
        height: 40px;
    }
}

.fs-16 {
    font-size: 14px;
}

.bg-navbar {
    background-color: orange;
}
