body {
    margin: 0;
    min-height: 100vh;
    background-color: #FFD200;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}