* {
	margin: 0;
	padding: 0;
	font-style: normal;
 	font-size: 22px; 
 	font-family: Play;
 	color: white; 
}

@font-face {
    font-family: "Play";
    src: url(../fonts/Play-Regular.ttf);
}

html, body {
    height: 100%;
    background-color: black;
}


