body {
    background-color: #F8F8F8;
    color: #0c2951;
    font-family: Calibri, Verdana, Times;
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 100px;
}

/* Mobile */
@media (max-width: 900px) {
    body {
        margin-left: 20px;
        margin-right: 20px; /* optional for better spacing */
    }
}

p.bold {
    	font-style: bold;
	font-size: 17px;
	}

p.italic {
	font-style: italic;
	}

hr {
    border: none;
    height: 2px;           /* Thickness of the line */
    background-color: #333; /* Color of the line */
    margin: 50px 0;        /* Space above and below */
}