@font-face { font-family: "Compagnon Roman"; src: url("../fonts/Compagnon-Roman.woff") format("woff"); font-style: normal; } @keyframes gradient { 0% { background-color: pink; } 25% { background-color: lightgreen; } 50% { background-color: lightblue; } 100% { background-color: cornsilk; } } body { font-family: "Compagnon Roman", serif; animation-name: gradient; animation-duration: 120s; } @media (max-width: 768px) { #hbbs-bubbles-top { display: none !important; } } ul { padding-left: 0; } #collection-list li { list-style-type: circle; } #content p, ul { margin: 0; } .no-style-list { list-style: none; }