body {
    width: 100%;
    height: 100%;

    overflow-x: hidden;
}

main {
    position: relative;
    width: 500px;
    height: 500px;
    background-color: coral;
}

img {
    width: 100px;
    height: 100px;
    position: absolute;
    display: inline-block;
}