body {
  
  background: #f7d5f7 url("backgroundd.gif"); /*Replace with your own background*/
	background-size: cover;
	background-attachment: fixed;
  background-position:center;
	font-family: "UnifrakturMaguntia", fixedsys, cursive;
	font-size: 13px;

  }
  
center {
  text-align: center;
  }
  
a {
  color: #590d22;
  }

/*All sidebars go in here.*/  
.sidebar-group {
  position: fixed;
  top: 0;
  margin-top: 25px;
  }
  
/*Code shared by all window-style boxes. To see what different specific sidebar classes look like, check the demo page.*/
.sidebar, .mini-sidebar, .wide-sidebar, .box {
  background: #ffb6de;
  border-radius: 5px;
  border: 1px solid #c9184a;
  box-shadow: 2px 2px #c787a8;
  }
  
/*Prevent image overflow.*/
.sidebar img, .mini-sidebar img, .wide-sidebar img, .box img {
  max-width: 100%;
  height:auto; /*Prevent squishing*/
  }
  
.sidebar, .sidebar-box {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  }
  
/*Container for vertical stacks of multiple mini-sidebars*/
.sidebar-box {
  margin-left: 10px;
  }
  
.sidebar {
  width: 160px;
  margin-left: 25px;
  }
  
.mini-sidebar {
  margin-bottom: 25px;
  }
  
.wide-sidebar {
  margin-left: 25px;
  margin-top: 25px;
  width: 340px;
  min-height: 150px;
  }
  
/*Inside/main text of window boxes.*/
.inner {
  font-family: "Lacquer", system-ui;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 0px;
  }

/*The title bar at the top of window boxes.*/
.title-bar, .box-title-bar {
  background: #a20401;
  font-size: 20px;
  color: white;
  font-weight: bold;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  }
  
/*The title bar of boxes has slightly more padding, since there's more room to space text.*/
.box-title-bar {
  font-family: "UnifrakturMaguntia", cursive;
  font-size: 35px;
  padding: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  }
  
/*For the symbol in the top right corner.*/
.right {
  float: right;
  margin-right: 5px;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  line-height: 10px;
  }
  
/*Round circular image.*/
.icon {
  width: 4000%;
  }
  
/*Main body text boxes.*/
.box {
  font-family: "Lacquer", system-ui;
  margin-top: 25px;
  margin-left: 400px;
  width: 455px;
  margin-bottom: 25px;
  }
  
  
  
/*this part is a joke. no need to use it.*/
.big-quote {
  font-size: 32px;
  color: #a20401;
  letter-spacing: 4px;
  word-spacing: 2px;
  font-family: "UnifrakturMaguntia", cursive;
  position: fixed;
  margin-left: 1050px;
  margin-top: 300px;
  top: 0;
  width: 500px;
  }
  
wide {
  letter-spacing: 16px;
  }
  
midwide {
  letter-spacing: 3px;
  
  .unifrakturmaguntia-regular {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
}
.lacquer-regular {
  font-family: "Lacquer", system-ui;
  font-weight: 400;
  font-style: normal;
  

.marquee {
  display: flex;
  gap: 8px;
  overflow: hidden;
  white-space: nowrap;
}

  