body {
background-image: url(moon.jpg);
background-size: 100%;
padding: 10px 10px;
}
h2 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: #fc007e;
display: flex; 
font-size: xx-large;
margin: 0%;
position: relative;
right: 10px;
left: 900px;
}
.spacex {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.space {
box-shadow: 5px 10px 15px rgb(245, 245, 245);
float:  right;
margin: 50px;
}
p {
font-size: 35px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: red;
margin: 0 auto;
}