@import url(https://fonts.googleapis.com/css?family=Montserrat);
body {
    background-color: #000;
    overflow: hidden;
    font-family: Montserrat;
    height: 100%;
    display: grid;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

@media only screen and (max-width: 700px) {
    body {
        font-size: 8px;
    }
}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 0;
}

a {
    color: #7D6AAD;
    text-decoration: none;
}

div.background {
    background-image: url("background.jpg");
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

div.text {
    text-align: center;
}

div#astronaut {
    margin: auto;
    height: 70%;
}

svg {
    width: 100%;
    height: 100%;
}