body {
	background: rgb(25, 0, 65);
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
    color: rgb(252, 179, 255);
	margin: 50px 50px 50px 50px;
}

h1, h2, h3, h4 {
	text-align: center;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 20px;
	font-weight: 300;
}

p {
	font-size: 16px;
	font-weight: 300;
}

.div-main{
	margin: auto;
	max-width: 640px;
	min-width: 452px;
}

hr {
	color: rgb(211, 126, 255);
	margin-top: 20px;
	margin-bottom: 20px;
}

a {
	color: rgb(177, 255, 182)
}