@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

main.bg-level:after {
    content: "";
    /* background: url(../img/Thumbnail_Islas_Mele_BG_WEB.jpg) center center no-repeat; */
    background-size: cover;
    /* opacity: 0.1; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

h1,
h2,
h3,h4,h5,p
.tags span,
button {
    font-family: 'Luckiest Guy', cursive;
}