#content {
    text-align: center;
    font-size: 130%;
    font-weight: bolder;
    color: red;
    padding-top: 30px;
    min-height: 400px;
}

@media screen and (max-width: 1000px) {
    #pageWrapper {
        width: calc(100vw - 8px);
        margin: 0px;
        border-width: 4px;
    }

    #content {
        font-size: 115%;
        min-height: calc(100vh - 155px);
        padding: 20px 30px 10px;
    }
}