body {
    background-color: #28bf0a;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

img {
    margin: 0 auto;
    width: 50%;
    height: auto;
}
