body {
	background-color:#F1F1F1;
	text-align: center;
}

h1{
	margin-top: 15%;
	color:#2F3066;
    font-size: 42px;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: none;

}

h2{
	color:#2F3066;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: none;

}

img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
