.body {
    background-color: #000000;
	min-height: 100vh;
	display: flex;
    flex-direction: column;	
	background-image: url(../images/blackhole.png);
    background-repeat: no-repeat;
    flex-grow: 1;
    background-position: center top;
    background-size: contain;
}
.header {
    background-color: #000000;
    color: #E3E3E3;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: xx-large;
    text-align: left;
    padding-bottom: 150px;
}
.main {
    padding-bottom: 1000px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 1000px;
}
.footer {
    background-color: #000000;
    margin-top: auto;
    padding-top: 75px;
    background-origin: content-box;
}
