body{
  font-family: Georgia;
  background-color: #242424;
  color: white;
}

.container {
  margin: auto;
  width: 70%;
}
.title {
  text-align: center;
  background-image: url("https://i.pinimg.com/originals/82/5c/a1/825ca110f1f90f6f19bda9eb927bfb00.gif");
  padding: 10px;
  height: 200px;
  background-size: cover;
}

.title h1 {
  font-family: 'Bu Gothic Hybrid', Georgia;
  font-size: 60px;
}

.title h2 {
  font-family: 'Bu Gothic Hybrid', Georgia;
}

@font-face {
  font-family: 'Bu Gothic Hybrid';
  src: url('https://themoriblog.neocities.org/BuGothicHybrid-xyd5.ttf');
}

.preface {
  text-align: center;
  padding: 20px;
}


.collection {
  text-align: center;
}

h3{
  font-size: 30px;
  text-align: center;
  font-family: 'Bu Gothic Hybrid', Georgia;
}

h4{
  font-size: 20px;
  text-align: center;
  font-family: 'Bu Gothic Hybrid', Georgia;
}

a:link {
  color: #AE7E8F;
}

a:hover {
  color: #AE7E8F;
}

a:visited {
  color: #AE7E8F;
}