@import url('./style.css');

body {
    background-color: #000;
}

footer {
    position: absolute;
    bottom: 0; left: 0; right: 0;
}

@media only screen and (max-width: 1000px) {
    footer {position: relative;}
}

h3 {
    font-family: 'SpaceGrotesk';
    text-align: center;
    margin: 0;
    color: #aaa;
}