body {
    background-color: white;
}

img {
    display: block;
    margin: auto;
}


.spaced {
    font-size: 14px;
    font-style: normal;
    font-family: "Courier New", "Courier", monospace;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #222222;
}

.desc {
    font-size: 14px;
    font-style: normal;
    font-family: "Courier New", "Courier", monospace;
    padding-bottom: 20px;
    line-height: 20px;
    color: #808080;
}

.discl {
    color: red;
    font-size: 10px;
}

.blog {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    color: #808080;
    font-family: "Courier New", "Courier", monospace;
}

.moving {
    margin: auto;
    width: 650px;
}