body{
    background-image: url(../img/rocket-7774875_1280\ \(1\).png);
    background-repeat: no-repeat;
    background-size: cover;
}
h1{
    color: rgb(155, 204, 242);
    font-weight: bold;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 45px;
    text-align: center;
}
.green{
    color: greenyellow;
    font-size: 30px;
}

p{
    color: rgb(182, 239, 225);
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-indent: 50px;
    line-height: 1.5;
    word-spacing: 3px;
    
}
div a{
    color: rgb(143, 226, 226);
    text-decoration: none;
    font-size: 25px;

}
