/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */



body {
  background-color: #f8f8ff;
  color: #5c6873;
  font-family: 'Lora', serif;
  font-size:9px;
  letter-spacing: 2px;
  word-spacing:6px;
  margin: auto;
}

.wrapper {
  position:relative;
  height:1400px;
  width:1200px;
}

.text-container{
  width: 250px;
}

.first{
  width: 250px;
}

.second{
  margin-top:-1%;
  padding:2%;
  font-size: 14px;
  letter-spacing: 2px;
  line-height:105%;
  word-spacing:5px;
}

.third{
  font-size: 9px;
  letter-spacing: 2px;
  line-height:90%;
  word-spacing:6px;
}

.fourth{
  font-size: 8px;
  letter-spacing: 2px;
  line-height:90%;
  word-spacing:6px;
}

.fifth{
  width: 70%;
  font-size: 15px;
  letter-spacing: 2px;
  line-height:105%;
  word-spacing:6px;
}


.container-rel{
  position:relative;
}

.container-space{
  padding-top: 15%;
}

.title{
  position:absolute;
  top:5%;
  left:99%;
  color: #73828f;
  word-spacing:11px;
}

.fullleft{
  left:-600px;
}

.gif-abs-down{
    position: absolute;
    bottom: 55%;
    left: 100%;
}
.gif-abs-down2{
    position: absolute;
    bottom: 60%;
    left: 210%;
}
.godown{
    position: absolute;
    top:20%;
    left: 20%;
}

.gif-abs-left{
    position: absolute;
    left:99%;
    top:15%
}

.gif-abs-right{
    position: absolute;
   left:-50px;
    top:50px;
  }

#cantuta{
  position: absolute;
  left:40px;
  top:59px;
  }
  
.jpg-abs-down{
  position: absolute;
  margin-left:50px;
}

.inline{
    display: inline-block;
    width: 10%;
    height: 12%;
}

.inline2{
    position:absolute;
    margin-left:-100px;
}

.toright{
  margin-left:-500px;
}

.penultimate{
  bottom:30%;
  padding-top: 20%;
  font-size:18px;
  text-indent: 10%;
}

.footer{
    position:absolute;
    margin-bottom:80%;
    width:100%;
    bottom:0px;
}
.footer{
    position:absolute;
    margin-bottom:50%;
    width:100%;
    top:350px;
}

