/* Make the body element take full height */
html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden; 
}

a {
  text-decoration: none !important;
}

@media (max-width: 768px) {
  :root {
    --wp--style--global--content-size: calc(100% - 80px) !important;
  }
}


