body {
    background-color: black;
}

* {outline: none;}


img {
    border-radius: 20px;
}







/* MEDIA QUERY ************************************************************************** */

@media only screen and (max-width: 600px) {
    
    .bibAndPopsGrad {
        width: 100%;    
    }

}









