body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif}
body {font-size:16px;}

.w3-col img{cursor:pointer; margin-bottom:-6px;margin-top:16px;opacity:0.8;}
.w3-col img:hover{opacity:1}

.w3-col img {
    cursor: pointer;
    margin-bottom: -6px;
    margin-top: 16px;
    opacity: 0.8;
}
