h1, h2, h3 {
	color: pink;
	text-decoration: underline;

}

body {
	background-color: #2dbed5;
  font-family: Georgia, serif;
	color: aliceblue;
}

@keyframes sunrise {
  from {
    transform: translateY(40vh);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes psychedelic {
  from {
    transform: translateX(60vh);
  }
  to {
    transform: translateX(0);
  }
}

#moomin-cloud {

 scale: 0.5;
	animation: 4s ease-in-out 0s infinite alternate sunrise;
}


#moomin-cloud-container {
	position: absolute;
	top: 0;
	left: 0;
	animation: 2.7s ease-in-out 0s infinite alternate psychedelic
}

span.invitespam {
  display: none;
}

.beeeg {
	font-size: 1.6rem;
}
