body {
   margin: 0;
   font-family: Arial, sans-serif;
}

#canvas-container {
   position: fixed;
}

#content {
   padding: 1px 20px;
   background: rgba(0, 0, 0, 0.2);
   backdrop-filter: blur(5px);
   min-height: 100vh;
   color: white;
}

#content h1 {
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

#content p {
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

#content a {
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
   color: white;
}
