body{
  background-color: #fff1d5;
}
.container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0;
}
#title{
  font-family: 'UnifrakturMaguntia', cursive;
  font-size: 90px;
  text-align: center;
  display: inline-block;
  position: fixed;
  top: 4.3em;
  line-height: 85px;
}
h2{
  display: inline-block;
  position: fixed;
  top:17em;
  left: -14em;
  rotate: -90deg;
  font-family: 'Xanh Mono', monospace;
  font-size: 20px;
  margin-left: .5em;
  z-index: 1000;
}
h3{
  font-family: 'UnifrakturMaguntia', cursive;
  font-size: 36px;
}
a{
  color: black;
  text-decoration: none;
}
a:visited{
  color: black;
  text-decoration: none;
}
a:hover{
  color: blue;
}
.container{
  position: relative;
  left: 5em;
  top: 15em;
  width: 90%;
}
.item{
  width: 10%;
  height: 10%;
  padding: 2%;
  font-family: Adobe Jenson Pro, serif;
  font-size: 8px;
  line-height: 10px;
  transition: 1s;
}
.item:hover{
  font-size: 20px;
  line-height: 24px;
  width: 25%;
  height: 50%;
}

.section2{
  display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 30%;
  max-width: 600px;
}

.item2{
  font-family: Adobe Jenson Pro, serif;
  font-size: 8px;
  line-height: 10px;
  padding: 4%;
  transition: 1s;
}
.item2:hover{
  font-size: 20px;
  line-height: 24px;
}
.item2quote{
  font-size: 6px;
  line-height: 9px;
  transition: 1s;
}
.item2quote:hover{
  font-size: 20px;
  line-height: 24px;
}
.buttons{
  position: fixed;
  top: 6em;
  right: 1.5em;
  font-size: 20px;
  padding: 2%;
  align-content: space-around;
  font-family: Xanh Mono, serif;
}
#scroll{
   position: fixed;
  scale: 80%;
  rotate: 90deg;
  top: 1em;
  left: 60em;
  z-index: -100;
}
.background-images{
  display: inline-block;
  position: absolute;
  scale: 30%;
  z-index: -1000;
}
img{
  padding: 30px;
}