*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.dropdown .dropdown-menu{
    display: none;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu{
    display: block;
    margin-top: .125em;
}
@media screen and (min-width:769px){
    .dropend:hover > .dropdown-menu{
        position: absolute;
        top: 0;
        left: 100%;
    }
}



.card img{
    transition: all;
    transition-duration: 3s;
    cursor: pointer;
}

.card img:hover{
    transform: scale(1.1,1.1);
    object-fit: fill;
}

.card-body a:hover{
    background-color: brown;
}
.footer a:hover{
    color: #FF9F46;
}
.footer a{
    color:white;
    text-decoration: none;
    font-family: sans-serif;
}
h6 a:hover{
    color: #FF9F46;
}
.footer{
    font-family: sans-serif;
}
.design{
    color: #FF9F46;
    transition-duration: 3s;
    transition-property: all;
}
.design:hover{
    color: yellow;
}
body{
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal !important;

}

.logo{
    filter: drop-shadow(1px 1px white);
}

.conn{
    color: white;
}

.wa{
    font-size: 60px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 111;
    color: green;
}

#testo{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}