.body {
	background-color: rgb(51, 51, 51);
}

.header {
	color: rgb(158, 136, 201);
	text-align: center;
	font-size: 50px;
}

.paragraph {
	color: rgb(214, 214, 214);
	text-align: left;
	font-family: verdana;
	font-size: 20px;
}

.button {
	color: rgb(0, 0, 0);
	background-color: rgb(47, 46, 145);
	text-align: center;
	font-size: 50px;
}