* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;


}


body {
	background-color: black;
	color: pink;
	font-family:Roboto;

	margin:0 auto;


}

#welcome-statement {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	margin: 1rem auto;

	text-align: center;
}

.cadiecat-face {
	margin:  1rem;
}