* {
	margin: 0;
	padding: 0;
	/* background: rgba(0, 100, 0, 0.1) !important; */
}

body {
	background-color: #1a1a1a;
	margin: auto;
	height: 100vh;
	width: 100%;
}

h1 {
	font-family: "Open Sans";
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
}

#message {
	font-family: "Zeyada", cursive;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #292929;
	border-radius: 4px;
	margin-bottom: 16px;
	padding: 80px 40px;
	font-size: 24px;
	line-height: 32px;
}
