p{
	margin-top: 0px;
	margin-bottom: 0px;
}

body{
    margin: 0px;
	padding-top: 80px;
	padding-left: 96px;
	padding-bottom: 200px;
	padding-right: 24px;
	background-color: rgb(248, 248, 248);
}

/*General note: CSS specificity gives priority to the most
specific styling.*/

/*Semantic elements are the same as div, but give special instructions
to the web space and screen readers <main>, <section>, etc....*/