body {
    background-image: url('stars.jpg');
    text-align: center;
}

h1 {
    color: rgb(19, 175, 237);
    font-family: 'News Cycle', sans-serif;
    font-size: 75px;
    letter-spacing: 3px;
    margin: 10px 0 5px 0;
}

h2 {
    color: yellow;
    font-family: 'News Cycle', sans-serif;
    font-size: 60px;
    letter-spacing: 3px;
    padding: 10px auto;
    margin: 10px 0 5px 0;
}

#trivia {
    color: yellow;
    font-family: 'News Cycle', sans-serif;
    font-size: 25px;
    letter-spacing: 3px;
    margin: 10px 0 5px 0;
}

button {
    background-image: url('stars.jpg');
    border: 1px solid yellow;
    border-radius: 12px;
    color: yellow;
    font-size: 25px;
    margin: 20px 0;
    padding: 10px;
    width: 125px;
}

input[type="radio"] {
    margin-right: 10px;
    vertical-align: middle;   
}
