body {
  margin-left: 30%;
  margin-right: 10%;
  font-family: Arial, Helvetica, sans-serif;
  padding:0px;
}

/* The CSS rules for printing go here */
@media print {
    .page-break {
        page-break-after: always;
        padding-bottom: 500px;
        padding-top: 500px;
        border-bottom: 1px black dashed;
    }
    .no-break-inside {
        page-break-inside: avoid;
    }
}

#geb-got-game-manifesto {
  width: 70%;
}

#master-masterly-masters {
  width: 70%;
}

#spotify-got-game-too {
  width: 70%;
}

#rando-image {
  width: 70%;
}

.menu-item {
  cursor: pointer; 
  color: azure;
  text-decoration: none;
}

#menu {
  background-color: blueviolet;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#headline {
  color: azure;
  background-color: blueviolet;
  padding-top: 10px;
  padding-bottom: 10px;
}

.webring {
  background-color: yellow;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}

.section {
  background-color: rgb(255, 105, 250);
  color: white;
  padding: 2px;
  padding-left: 20px;
  margin-left: -80px;
  font-weight: 900;
}

#webring-top-left {
  margin-right: 50px;
}

#webring-top-right {
  margin-left: 50px;
}

#webring-bottom-left {
  margin-right: 50px;
}

#webring-bottom-right {
  margin-left: 50px;
}

#banner {
  border: 1px solid red;
}

#mains {
  padding-left: 30px;
  padding-right: 30px;
}

.webring-nav {
  text-decoration: none;
}

#musick {
  text-decoration: none;
}

#leftist-banner {
    /* Fixed Positioning */
    position: fixed; /* Anchors the element to the viewport, ignoring scroll */
    left: 20px;      /* Position from the left edge (x=10) */
    top: 20px;       /* Position from the top edge (y=11) */

    /* Size */
    width: 300px;    /* Width (w=600) */
    height: 800px;  /* Height (h=1500) */

    /* Styling */
    background-color: pink; /* Magenta background */
    border: 10px dashed red;  /* 3px, dashed, red border */

    /* Optional: Ensure it sits above other content */
    z-index: 999; 
    color: whitesmoke;
    font-size: xx-large;
}