body {
    background-image: url(art002e009301~large.jpg);
    background-repeat: no-repeat;
    margin: 0% auto;
    background-color: black;
}
h1 {
    color: white;
    font-size: 60px;
    padding-left: 50px;
}
img {
    width: 500px;
    border: solid;
    border-color: white;
    border-width: 10px;
}
.I1 {
    position: fixed;
    left: 50px;
    top: 100px;
}
.I2 {
    position: fixed;
    left: 400px;
    top: 800px;
}
.I3 {
    position: fixed;
    left: 1000px;
    top: 300px;
}
p {
    font-size: 30px;
    color: white;
}
.P1 {
    position: fixed;
    left: 600px;
}
.P2 {
    position: fixed;
    left: 1550px;
    top: 300px;
}
.P3 {
    position: fixed;
    left: 950px;
    top: 800px;
}
button {
    position: fixed;
    top: 1500px;
    left: 50px
    
}