@font-face {
    font-family: Playtime;
    src: url("fonts/Playtime-With-Hot-Toddies/playtime.ttf");
}

html {
}

body {
	/*background-color: #FFE9C7;*/
}

nav {
	background-color: #FFCDC7;
}

div {
	font-family: Playtime;
}

div.wrapper {
	
}

div {
	/*border: dotted 1px green;*/
}

h1 {
	font-size: 25px;
	background-color: #FFF9C7;
	border-radius: 10px;
}

.text {
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 1px;
}

footer {
	background-color: #CDC7FF;
}

footer div {
	font-size: 20px;
}