body {
  background: #f7d5f7 url("https://clover5164.neocities.org/tumblr_6471150949ea34bc44ebe27c040d84bd_3a0a9949_1280.webp"); /*Replace with your own background*/
	font-family: "VT-100", fixedsys, System, monospace;
	font-size: 13px;
  }

body {
  cursor: url("http://www.rw-designer.com/cursor-extern.php?id=12345"), auto;
}

center {
  text-align: center;
}

a {
  color: #ff1a4b; /* Crimson red */
}

/*All sidebars go in here.*/  
.sidebar-group {
  position: fixed;
  top: 0;
  margin-top: 25px;
}

/* Window-style boxes */
.sidebar, .mini-sidebar, .wide-sidebar, .box {
  background: #1a1a1a; /* Charcoal black */
  border-radius: 5px;
  border: 1px solid #ff1a4b; /* Crimson border */
  box-shadow: 2px 2px #2e2e2e; /* Dark shadow */
}

/*Prevent image overflow.*/
.sidebar img, .mini-sidebar img, .wide-sidebar img, .box img {
  max-width: 100%;
  height: auto;
}

.sidebar, .sidebar-box {
  display: inline-block;
  vertical-align: top;
  width: 160px;
}

.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 boxes.*/
.inner {
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 0px;
  color: #f1f1f1; /* Light text for contrast */
}

/*Title bars at top of window boxes.*/
.title-bar, .box-title-bar {
  background: #ff1a4b; /* Crimson header */
  color: #fff;
  font-weight: bold;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.box-title-bar {
  padding: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*Top right symbols.*/
.right {
  float: right;
  margin-right: 5px;
  font-family: "Arial", sans-serif;
  line-height: 12px;
}

/*Circular icon styling.*/
.icon {
  border: #ff1a4b solid 2px;
  border-radius: 50%;
}

/*Main content box layout.*/
.box {
  margin-top: 25px;
  margin-left: 400px;
  width: 455px;
  margin-bottom: 25px;
}

.big-quote {
  font-size: 32px;
  color: #ff1a4b;
  letter-spacing: 6px;
  word-spacing: 2px;
  font-family: "Garamond", "Bookman", serif;
  position: fixed;
  margin-left: 1050px;
  margin-top: 300px;
  top: 0;
  width: 300px;
}

wide {
  letter-spacing: 16px;
}

midwide {
  letter-spacing: 3px;
}
