body {
  color: #fff;
  font-family: "hoefler text";
  background: url('https://sadhost.neocities.org/images/tiles/aquagalaxy_small.gif') repeat;
}
.flex-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.main, .main-first {
  background-color: #000;
  margin-left: 300px;
  margin-top: 30px;
  width: 800px;
  min-height: 400px;
  border: double 1px #e61919;
}
.main-first {
  margin-top: 20px;
}
.lizt {
  width: 300px;
  height: 300px;
  border: solid 1px #e61919;
  padding: 10px;
}
.character-img {
  width: 300px;
  height: auto;
  margin-left: 30px;
  margin-top: 30px;
  border: solid 1px #fff;
}
.c-content {
  position: absolute;
  right: 100px; 
  top: 200px;
    border: solid 1px #fff;
    padding: 15px 25px 15px 25px;
    width: 700px;
}
.content {
  padding: 15px 25px 15px 25px;
  width: 700px;
  }
.sidebar{
  background-color: #000;
  margin-left: 0px;
  margin-top: -1px;
  width: 200px;
  height: 100%;
  border-right: solid 1px #fff;
  padding: 15px 25px 15px 25px;
  position: fixed;
}
.sidebar-links {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  background: black;
  color: white;
  width: 100%;
  height: auto;
  }
  
.button {
  padding: 5px;
  padding-left: 10px;
  }
  
.sidebar-links a {
  color: white;
  text-decoration: none;
  }
  
.sidebar-links a:hover {
  color: #bbb;
  }
h1,
h2,
h3 {
  color: #e61919;
}
h1 {
  font-size: 25px;
}
hr {
  color: #e61919;
  border: solid 1px;
}
.footer {
  padding: 10px;
  margin-bottom: 0px;
  background color: #000;
  text-align: center;
  height: 30px;
}