@import url('https://fonts.googleapis.com/css?family=Belgrano|Macondo|Megrim|Ruslan+Display');
body{
  background-color:	 #ff8080;
  padding:90px;
}
h1{
  text-align: center;
  font-family:'Ruslan Display', cursive;
  font-size:70px;
  color: #5200cc;

}
.dropcap01{
  color: yellow;
  font-size: 120px;

}
.limina{
  width:40px;
  height: 40px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
  background-color: yellow;
  display: inline-block;
  float: right;
  /*margin-bottom: 80px;*/
  margin-top: 5px;
  margin-right: 500px;
  transition: background-color 0.3s ease-in 0.2s;
}
.limina:hover{
  background-color: #99ccff;
}
.home{
width:40px;
height: 40px;
/*-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;*/
background-color: yellow;
display: inline-block;
float: right;
/*margin-bottom: 70px;*/
margin-top: 5px;
margin-right: 10px;
transition: background-color 0.3s ease-in 0.2s;
}
.home:hover{
  background-color: #99ccff;
}
.dots{
  text-align: center;
  color: yellow;
  font-size: 70px;
  font-family:'Ruslan Display', cursive;
  /*margin-left: 70px;*/
  padding-top:60px;
  /*margin-top: 40px;*/
}
.dropcap02{
  color: #ff4d4d;
  font-size: 100px;
font-family: 'Ruslan Display', cursive;
}
.story{
background-color:  #ffff99;
padding: 80px;
line-height: 60px;
}
p{
  font-family:'Belgrano', serif;
  font-size:25px;
  color: #661aff;

}
