.backstyle {
    background-color: #333333;
}
.centerstyle {
    text-align: center;
    font-family: sans-serif;
    font-size: 30px;
}

.parastyle {
    text-align: center;
    font-family: Georgia, serif;
    color: #373834;
    background-color: #ebeee9; padding: 30px; border-radius: 1rem;
}