body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: lightslategray;
    color: #222;
}
div#info{
    position: absolute;
    top: 100px;
    left: 650px;
    width: 40%;
    height: 300px;
    padding: 2%;
    background-color: white;
    border-radius: 10px;
}

img#img{
    position: absolute;
    width: 250px;
    height: 250px;
}

img#rocket{
    position: absolute;
    width: 300px;
    height: 200px;
}