/*
File Name: nasaAPI.css
Date: 05/25/2021
Programmer: Aiden Mace
*/



header, main, footer { display: block;

}

body {
    font-family: 'Exo 2', sans-serif;
    background-color: black;
    color: white;
}

h1, p {
    text-align: center;
    line-height: 200%;
    text-indent: 1em;
    margin-bottom: 0;
    
}

h2 {
    text-align: center;
    color: white;
    font-family: 'Exo 2', sans-serif;
}

.footer {
   
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #2F4F4F;
   color: white;
   text-align: center;
}

a:link {
    color: white;
}

a {
    color: white;
}

#Link {
    text-align: center;
}

/* 'Results' from Raw Data */
pre {
    font-family: 'Exo 2', sans-serif;
    white-space: pre-wrap;
}