main {
	min-height: calc(100vh - 240px);
}

#legalNotices h1 {
	text-align: center;
	text-transform: uppercase;
	color: #E52322;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

#legalNotices h2 {
	width: 60%;
	margin: 20px auto;
	padding-left: 5%;
	text-transform: uppercase;
	color: #E52322;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

#Date {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}

#legalNotices p:not(#Date),
#legalNotices ul li {
	width: 60%;
	margin: auto;
	text-align: justify;
	font-family: 'Roboto', sans-serif;
}

#legalNotices p:not(#Date) {
	text-indent: 50px;
}

#legalNotices:last-child {
	margin-bottom: 20px;
}

#legalNotices ul {
	padding-left: 50px;
	margin: 15px 0;
	list-style-type: disc;
}