body {
    background: url(../images/space2.jpg);
}

.container {
    margin-top: 20px;
    margin-bottom: 10px;
}

.main-content {
    margin-top: 10px;
    margin-bottom: 20px;
    background: white;
    font-family: 'Play', sans-serif;
    text-align: center;
}

.start-button {
    font-size: 34px;
    font-family: 'Orbitron', sans-serif;
}

.questions {
    margin: 50px;
}

#submit {
    font-size: 24px;
    margin-left: auto;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 20px;

}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: black;
    color: white;
    font-family: 'Play', sans-serif;
}






