body {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Hans_Holbein_the_Younger_-_The_Ambassadors_-_Google_Art_Project.jpg/1920px-Hans_Holbein_the_Younger_-_The_Ambassadors_-_Google_Art_Project.jpg);
    background-size: 100%;
    height: 1440px;
}

img {
    border: 10px solid white;
}

#affleck {
    position: absolute;
    top: 200px;
    left: 200px;
    width: 100px;
    font-size: 24px;
    color: green;
    background-color: white;
}

#skeleton {
    position: absolute;
    top: 1000px;
    left: 400px;
    width: 120px;
    font-size: 24px;
    color: green;
    background-color: white;
}

#earth {
    position: absolute;
    top: 300px;
    left: 700px;
    width: 100px;
    font-size: 24px;
    color: green;
    background-color: white;
}

#resize {
    width: 500%;
}