	body				{ background-color: black;
						  max-width: 100%; }
	div.else			{ display: none; }
	div.error			{ display: none; }
	div.soon			{ -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	div.content			{ position: absolute;
						  left: 10%;
						  width: 80%;
						  top: 30vh; 
						  text-align: center; }
	img.logo			{ width: 50%; }
	p.words				{ font-family: 'Cormorant Garamond', serif;
						  font-weight: 400;
						  font-size: 3.6vw;
						  color: white; }
	a.link				{ font-family: 'Cormorant Garamond', serif;
						  font-weight: 400;
						  font-size: 3.2vw;
						  color: white;
						  text-decoration-thickness: 1px;
						  text-underline-offset: 2px; }
	a.link:visited		{ color: white; }
	a.link:hover		{ color: #62ad1f;
						  transition: color .5s ease; }
	@-webkit-keyframes fadein {	from { opacity: 0; }
								to { opacity: 1; } }
