body {
  background-color: #000000;
}

a:link {
  color: #cf2121;
  font-family: Georgia;
  font-size: 25px;
}

a:visited {
  color: #cf2121;
}

.sidebar-left {
  position: absolute;
  background-image: url("https://molotovs-attic.neocities.org/images/sidebar-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 250px;
  top: 210px;
  height: 500px;
  width: 187px;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.sidebar-right {
  position: absolute;
  background-image: url("https://molotovs-attic.neocities.org/images/sidebar-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 1050px;
  top: 210px;
  height: 500px;
  width: 187px;
  z-index: 2;
  text-align: center;
  color: #cf2121;
  font-family: Georgia;
  font-size: 30px;
}

.banner {
  position: absolute;
  background-image: url("https://molotovs-attic.neocities.org/images/banner.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 290px;
  height: 250px;
  width: 900px;
  border: 3px solid #000000;
  z-index: 1;
}

.cat{
  position: absolute;
  top: 0;
  right: 0;
  height: 600px;
  width: 400px;
  z-index: 0;
}
.death {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 400px;
  z-index: 0;
}

.status {
    position: absolute;
    top: 256px;
    left: 400px;
    right: 400px;
    height: 50px;
    z-index: 1;
}