* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(#4C1D95, #6a21a6);
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

body > img {
    width: 500px;
    z-index: -1;
}

#background-1 {
    position: absolute;
    top: 0;
    right: 0;
}

#background-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}