/*/ adawnoftime - primordialsoup /*/

/*/ Landing Page /*/
body {
    background-color: #fff4db;

	display: flex;
	align-items: center;
	justify-content: center;

	height: 100vh;
	width: 100vw;
	margin: 0;
}

#homepage_center {
	display:flex;
	flex-direction: column;
	align-items: center;

	font-family: pixelify sans;
}

#homepage_definition {
	display: flex;
	flex-direction: column;
}

#homepage_definition > * {
	display: flex;
	align-items: center;
}

.definition_right_align {
	margin-left: auto;
}



#WebsiteTitle {
    font-family: abril fatface;
    font-size: 3rem;
    color: black;

	margin-right: 1rem;
}

#classify {
	color: #998b6d;
	font-size: 2.5rem;
}

#Pronounceyyy {
    font-size: 1.5rem;
    color: #3b2900;        
}

/* Images width */
#zazoor { width: 8rem; }
#son { width: 2rem; }
