html {
  cursor: url(cursor.png), auto;
}

a {
  cursor: url(cursor_22.png), pointer;
}

#volumeone {
  background-image: url(comic_container.png);
  background-size: auto;
  width: 1250px;
  height: 310px;
  justify-content: center;
  padding-top: 70px;
  margin-top: 125px;
}
body {
  background-image: url(comic_tile.png);
}
#container {
  width: 400px;
  height: 579px;
  background-color: white;
  padding: 15px;
  align-items: center;
}
#container2 {
  width: 1000px;
  background-color: white;
}
main {
  display: flex;
}
h1 {
  font-family: Courier New;
}
h2 {
  font-size: 75px;
  font-family: 'smash';
  color: white;
} 
h3 {
  font-size: 35px;
  font-family: Courier New;
  color: white;
} 
#textcontainer {
  background-color: black;
  left: 23%;
  width: 750px;
  height: 200px;
  top: 0px;
  z-index: -1;
  position: absolute;
}
#textcontainer2 {
  background-color: black;
  left: 13%;
  width: 1000px;
  height: 200px;
  top: 475px;
  z-index: -1;
  position: absolute;
}
#comic {
  background-color: black;
  padding: 10px;
  margin-top: 50px;
  width: 800px;
  height: 1200px;
  cursor: url(cursor_22.png), pointer;
}