body {
    margin: 0;
    min-width: 10000px
    display: flex;
    flex-direction: column;
    /*overflow: hidden;    /*Prevent the entire page from scrolling */
}

.fakeimg {
    height: 200px;
    background: #aaa;
}