html{
	scroll-behavior: smooth;
	background: #ffffff;
	margin: 0px;
}

body{
	width: 100%;
}

p{
    font-family: "Newsreader";
    font-weight: 380;
    font-size: 1.15em;
    line-height: 1.3em;
	text-align: justify;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 12px;
}

a{
  color: #ffffff;
}

.italic{
	font-weight: 500;
    font-style: italic;
    color: #9fc6ac;
}

.story{
    position: fixed;
    width: 360px;
    height: 298px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.well{
    position: fixed;
    width: 580px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.frog{
    position: fixed;
    width: 150px;
    bottom: 340px;    
    left: 50%;
    transform: translate(-50%, 0%);
}

.frog-eyes {
    position: fixed;
    width: 60px;
    bottom: 435px;    
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.eye {
  position: relative;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pupil {
  width: 7px;
  height: 7px;
  background: #000000;
  border-radius: 50%;
  transition: transform 0.01s linear;
}