 .content{
  background-color: #0119;
  border-radius: 20px;
  max-width: 1000px;
  margin: 10px auto;
  border: 1px solid;
  border-color: #000;
}

.content_header{
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.titles{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.title{
  height: 400px;
  width: 250px;
}

.title_image{
  margin: 0px auto;
  width: 217px;
  height: 340px;
  border-radius: 20px;
}

.title_name{
  text-align: center;
}

.body_footer{
  display: flex;
  justify-content: center;
}

.load_more{
  background: #605;
  color: white;
  font-family: Arial;
  width: 100px;
  border: 0px;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}