* {
  box-sizing: border-box;
  cursor: url("/dave.png"), auto;
}

body {
  background-image: url("https://64.media.tumblr.com/6b9afcb3231072099549b6928ebc5df7/tumblr_py1dntxhTV1tjw0rpo4_r1_1280.png");
  box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.4);
  color: black;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.wrapper {
  width: 800px;
  height: 650px;
  margin: 0 auto;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
  border: 2px dotted grey;
  border-radius: 5px;
  padding: 5px;
}

.column {
  float: left;
  padding: 10px;
}

.left,
.right {
  width: 25%;
}

.main {
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  background: rgb(0, 0, 0);
  border: 1px inset red;
  border-radius: 5px;
  color: rgb(0, 0, 0);
}

.header {
  color: whitesmoke;
  background: #000000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 0, 0, 1) 100%
  );
  width: 100%;
  padding: 5px;
  font-style: italic;
}

.title {
  color: rgb(209, 0, 0);
  background: #1d1d1d;
  width: 100%;
  padding: 5px;
  font-size: 25px;
  text-align: center;
  width: 100%;
}

.content-left,
.content-right,
.content-main {
  padding: 5px;
  margin: 5px;
  background-color: whitesmoke;
  overflow: auto;
}

.content-left {
  max-height: 250px;
}

.content-right {
  max-height: 175px;
}

a,
a:visited {
  color: rgb(255, 0, 0);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: grey;
  text-decoration: underline;
  font-style: italic;
  letter-spacing: 2px;
}

.pagedoll {
  position: absolute;
  left: 0px;
  bottom: -5px;
}

em {
  color: red;
}

.buttons {
  text-align: center;
  margin: 0 auto;
}
.buttons img {
  width: 70px;
}

li, ul, p {
  list-style-type: none;
  margin-top: 5px;
  margin-left: 0px;
  padding-left: 0px;
}
