body{
    display: block;
    margin: auto;
    background-image: url("Images/space_background.jpg");
    background-size: auto;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    width: 65%;
    justify-content: center;
    position: relative;
    line-height: 110%;
}
/*
h1{
    text-align: center;
    background-color: rgba(220, 202, 152,1);
}
*/
input{
    background-color: rgba(28, 28, 28,1);
    padding: 1%;
}

header img {
   width: 50%;
   display: block;
   margin: auto;
   padding: 10px;
}

#button1 {
   display: block;
   text-align: center;
   margin: auto;
   padding: 2.5%;
   font-size: 150%;
   margin-top: 10px;
}

#button1:hover {
   color:#1b7deb;
}

#formtext {
   font-family: 'Pathway Gothic One', sans-serif;
   color: #feda4a;
   font-size: 150%;
}

form input {
   font-family: 'Pathway Gothic One', sans-serif;
   margin-top: 10px;
   color: #feda4a;
}

footer {
   font-family: 'Pathway Gothic One', sans-serif;
   color: #feda4a;
   text-align: center;
   display: block;
   margin: auto;
   padding: 20px;
   background-color: black;
}


