body {
	background-color: #f6e9cf;
	font-family: 'Heather BTN';
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}


a:link {
	color: #ffffff;
	text-decoration: none;
}

a:active, a:hover {
	color: #26afff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

@font-face {
	font-family: 'theQuietScream';
	src: url('/fonts/the_quiet_scream.ttf');
}

h1 {
	margin: 0;
}

#container {
	width: 95%;
	max-width: 1100px;
	margin: auto;
}


#header {
	color: pink;
	text-align: center;
	padding: 10px;
	font-family: 'theQuietScream', Fallback, sans-serif;
}

#header .image {
	width: 100%;
	max-width: 1000px;
}

#content {
	text-align: center;
	padding: 10px;
}

#nav {
	background-color: #F4B1C8;
}


#nav ul {
	list-style-type: none;
	padding: 0;
}

#nav ul > a {
	line-height: 35px;
	vertical-align: center;
	padding: 25px;
}

#videos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

#videos > iframe {
	margin-top: 10px;
}

#footer {
	color: #e7398e;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}

#text {
	margin: 0;
	color: #fffff;
}

.h1 {
	color: #fffff;
}

#timer {
	text-align: center;
	font-size: 60px;
  margin-top: 20px;
	padding: 10px;
	font-family: 'theQuietScream', Fallback, sans-serif;
}
