body {
  width: 1300px;
  position: relative;
  display: block;
  color: white;
  font-family: "Courier New";
  margin-left: auto;
  margin-right: auto;
}

b {
  color: #f0962b;
}

.header {
  width: 1240px;
  border: 5px double #b97828;
  height: 30px;
  font-size: 25px;
  background-image: linear-gradient(to right, #131f1f, #f3972b);
  padding: 5px;
  margin-left: 20px;
  color: #5facac;
}

.fo76 {
  margin: 20px;
  border: 4px double #b97828;
  width: 600px;
  height: 650px;
  background-color: #282a20;
  padding: 5px;
  overflow: scroll;
  float: right;
}

.stats1 {
  border: 2px solid #202037;
  width: 350px;
  height: 270px;
  background: #0d1313;
  padding: 5px;
  margin-top: 5px;
  overflow: scroll;
  float: right;
}

.posterimg {
  margin-top: 5px;
}

.posterimg img {
  width: 234px;
  height: 280px;
  object-fit: cover;
}

.tomolife {
  margin: 20px;
  border: 4px double #b97828;
  width: 600px;
  height: 650px;
  background-color: #282a20;
  padding: 5px;
  overflow: scroll;
}

.title {
  height: 25px;
  background-image: linear-gradient(to right, #131f1f, #435f5f);
  color: #e7902a;
  font-size: 20px;
  padding: 5px;
}

.textbox {
  background: #010101;
  margin-top: 5px;
  height: 310px;
  padding: 5px;
  overflow: scroll;
}

.textbox img {
  width: 420px;
  height: 290px;
  object-fit: cover;
  margin-left: auto;
}
