body {
    background-color:#B1BCA0;
    font-family: sans-serif;
    margin: 50px;
}
h1 {
    color:#231709;
    font-size: 35px;
    text-align: center;
}
hr {
    border: 1px dotted #231709
}
.centertext {
    text-align: center;
}
.center {
    display:block;
    margin-left: auto;
    margin-right:auto;
    width: 400px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 28px;
}