body {
	background-color:  #D2B48C;
	text-align: center;
	color: #000000;
	font-family: Nunito;
	src: url(/fonts/Nunito-Regular.ttf);
}

h1 {
	font-family: cursive;
}

.test-style-class {
	color: cyan;
}

img {
	height: 300px;
	width: 300px;
	border-radius: 8px;
}
