body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    font-family: Arial, sans-serif;
}

img {
    height: auto;
    max-width: 100%;
}