body {
   background-color: #C9CACF;
   color: #000;
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 18px;
   margin-bottom: 30px;
   margin-top: 10px;
   font-weight: bold;
   color: #932c33;
}

p {
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 10px;
text-align: justify;
font-size: 13px;
line-height: 18px;
}

#center {
margin: 0 auto;
margin-top: 50px;
padding: 30px;
background: #fff;
width: 600px;
}

.red {
color: #932c33;
}
