* {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

header, footer {
	background-color: rgb(70, 70, 70);
	color: white;
}

.article_title, .page_title, p, ul{
	padding-left: 100px;
	width: 600px;
}

.page_title{
	font-size: 35px;
}

.article_title {
	font-size: 30px;
}

p, li, a{
	font-size: 18px;
}

section{
	text-align: justify;
	text-justify: inter-word;
}

li{
	margin-left: 30px;
	margin-top: 15px;
}

footer p, a{
	font-size: 12px;
	color: white;
	text-decoration: none;
}

header {
	padding-top: 20px;
	padding-bottom:15px;
}

footer{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
}

body{
	margin: 0;
}
