html{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.error {
    color: red;
    clear: both;
    display: block;
}
body {
    background-image: url('images/moon.jpg');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    font-size: 20px;
}

h1{
    text-align: center;
    color: white;
    font-size: 55px;
}

form{
    text-align: center;
    color: white;
}

.question{
    font-weight: bold;
    color: orange;
}

.answers{
    text-align: left;
    margin: 0 auto 20px;
    width: auto;
    display: inline-block;
}

.results{
    text-align: center;
    width: auto;
    display: block;
    clear: both;
    color: white;
}

p{
    color: white;
    text-align: center;
    font-size: 25px;
}