#body {
    width: 875px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    font-size: 11px;
}

#body-title {
    background-image: url(https://www.tzev.com/sitebuilder/images/red_brushed_metal_underline-455x35.jpg);
    background-size: cover;
    font-size: 1vw;
    height: 35px;
    width: 543px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

#body-main {
    width: 543px;
    margin-bottom: -5px;
}

#body-body {
    text-align: center;
    background-color: #663333;
    margin-top: -10px;
    overflow-wrap: break-word;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}