@font-face {
  font-family: Merriweather; 
  src: url("./resources/fonts/webfonts/merriweather-latin-400-normal.woff");
  font-weigth:800;
  
}


body {
	background:#d221f2;
	font-family: Merriweather, serif;
}

header {
	text-align: center;
	width:100%;
}

footer {
	position:fixed;
	left: 0;
	bottom: 0;
	text-align:center;
	width:100%;

}

.titlebar {
	box-sizing: border-box;
}

.box {
	background:#e8abda;
	padding: 10px;
	border-radius: 10px;
	border-style: solid;
	border-width: 5px;
	border-color: white;
	margin:2% 30%;
}


