body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Orbitron', sans-serif;
}

#star-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("/Vega.png") no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.header {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    color: white;
}

h1 {
    font-size: 4rem;
    letter-spacing: 0.5rem;
}