body{
	background: #0c6466;
	scroll-behavior: smooth;
	display: flex;
	justify-content: center;
}

p{
  font-family: "Newsreader";
  font-weight: 380;
  font-size: 1.15em;
  line-height: 1.5em;
	color: #ffffff;
}

a{
	display: inline;
  color: #ffffff;
}

.italic{
	font-weight: 500;
	font-style: italic;
	color: #92c5cc;
	display: inline;
}

.story{
	width: 100%;
	margin-top: 325px;
	margin-left: 10px;
	margin-right: 10px;
}

.story span{
  display: inline-block;
}

.story .word{
  display: inline-block;
  white-space: nowrap;
}

.story .letter{
  display: inline-block;
} 

.tail{
	position: absolute;
	height: 300px;
	right: 15%;
	margin-top: 50px;
	z-index: -1;
}