* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	list-style: none;
}

body {
	background-color: #E4E4E4;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header {
	display: flex;
	flex-direction: column;
	margin-bottom: -160px;
	z-index: 9999;
	justify-content: center;
}

.container p {
	text-align:center;
	padding: 5px;
	font-family:  Helvetica, sans-serif;
	color: black;
}

p.title {
	font-size: 40px;
	font-weight: bold;
	text-shadow: 1px 1px 3px white;
}

p.sub-title {
	font-size: 50px;
	font-weight: bold;
	text-shadow: 1px 1px 3px white;
}

.widget-wrap {
	border: 10px solid #e58c0e;
	border-top: 160px solid #e58c0e;
}
