h1{
    color : rgb(196, 17, 17);
    background-color: rgb(255, 200, 0);
    font-size: 30pt;
    font-weight: bold;
    font-family: 'Big Caslon Text', serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
#canvas1{
   
    position: absolute;
    top:60%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
}

#spaceship {
    width : 300px;
    position: absolute;
}
#sky{
    position: relative;
    height: 800px;
    background-color: rgb(7, 4, 72);
}
#astronaut{
    width: 300px;
    position: absolute;
    top: 20%;
    left: 80%;
}