@import url('https://fonts.googleapis.com/css2?family=Lato');
html, body {
    background-color: #eee;
    margin: 0;
    padding: 0;
}

.FixWidth {
    width: 1000px;
    margin: auto;
}

.main {
    background-color: #fff;
    margin-top: 15px;
    padding: 15px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
    font-family: 'Lato';
}

@media only screen and (max-width: 1000px) {
    .FixWidth {
        width: auto;
        margin: 10px 15px;
    }
}