body {
    background-color: #cacaca;
    font-family: Arial, sans-serif;
}

main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
