/* All your styling code goes here */
body {
    text-align: center; 
    margin: 0; 
    /* ... and so on ... */
}

.image-container {
    padding-top: 40px; 
    /* ... and so on ... */
}
/* ... rest of your CSS ... */