header{
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 20px 20px 0 0;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	height: 100px;
	background-color: #932424;
}
header div{
	position: absolute;
}
header h1 {
	font-weight: bold;
	font-size: 2em;
	color: red;
	text-align: center;
}
header p{
	text-align: center;
}