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,
.results {
    font-weight: bold;
    color: orange;
}

.answers_wrapper {
    display: inline-block;
    text-align: left;
    width: auto;
}

.answer {
    text-align: left;
    margin: 0 auto 20px;
    width: auto;
    display: inline-block;
}

.results_wrapper {
    text-align: center;
    width: auto;
    display: block;
    clear: both;
    color: white;
}

button {
    display: block;
    margin: 0 auto;
}