body {
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    color: #3B392D;
    background-color: #D3D1C5;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    padding-left: 20px;
    text-align: center;
}
h2{
	color: #000000;
	text-align: center;
}
p, div {
    text-align: center;
}