.container {
	width: 100%; 
	height: 100%;
    margin: auto;
	margin-top: 0;
}

.row {
	margin-top: 30px;
	color: #000;
}

#row1 {
	font-size: 12pt;
    font-family: 
        Times New Roman, Times, serif;
	font-style: italic;
}

#row2, #row3, #row4 {
	font-size: 14pt;
    font-family: 
        Times New Roman, Times, serif;
}

#row2 {
	font-size: 16pt;
	text-align: center;
}

#row3 p {
	text-align: justify;
	text-indent: 45px;
	margin-bottom: 3px;
}

#row4 {
	margin-top: 50px;
	margin-bottom: 50px;
}



#row4 :nth-child(2) {
	text-align: center;
}