body {
	background: #7D7BB0;
}

.title h1 {
  color: #E0CEAA;
  font-family: 'Eczar', serif;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: -1em;
}

.container {
	margin: 3em auto;
	position: relative;
}

.container svg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cloudButtonFullMoon,
.cloudButtonCrescentMoon {
  cursor: pointer;
}