* {
    scroll-behavior: smooth;
    font-family: 'Acme', sans-serif;
}

a {
    text-decoration: none;
    color: black;
    
}



@media only screen and (max-width: 600px) {

    .imgQ {
        width: 100%;
    }


}