body {
  font-family: "Roboto", sans-serif;
  background: #000;
  padding-bottom:30px;
}

.kj-contain {
  width: 100%;
  height: 500px;
}

.kjlogo, .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}



.box {
  margin: 10px;
  width: 300px;
  height: 490px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.box:hover {
  margin-bottom: -10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.box h1 {
  color: #fff;
  padding: 30px;
  margin-top: 100px;
  text-align: center;
  font-weight: 100;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.poster {
  width: 180px;
  height: 40px;
  margin: 250px auto 0;
  position: relative;
  border-radius: 5px;
  text-align: right;
}

.poster h4 {
  top: 10px;
  color: #fff;
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: 100;
}

.one {
  background: url("https://i0.wp.com/authorkjharrowick.com/wp-content/uploads/2021/01/BackgroundCyberpunk_feature.png?w=800&ssl=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.two {
  background: url("https://i0.wp.com/authorkjharrowick.com/wp-content/uploads/2020/12/CurseRaven_Gold_Ravens.png?fit=800%2C600&ssl=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.three {
  background: url("https://i2.wp.com/authorkjharrowick.com/wp-content/uploads/2021/08/BLOODFLOWER_FrontCover-min.png?w=1839&ssl=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.five {
  background: url("https://i1.wp.com/authorkjharrowick.com/wp-content/uploads/2021/01/FacebookBanner.png?resize=1440%2C752&ssl=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

/* POSTER*/
button {
  background: #188e86;
  border: 0;
  color: #000;
  padding: 10px 25px;
  border-radius: 5px;
}

button:hover {
  background: #20d7cb;
  border: 2px #000 solid;
  color: #000;
  padding: 10px 25px;
  border-radius: 5px;
}