body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/background.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#window {
    position: absolute;
    top:12%;
    left:12%;
    width: 75%;
    height: 75%;
    background-color: #ffffff;
    margin: auto;
    opacity: 1.0;
    padding: 20px;
}

h1 {
    font-size: 75px;
    color: #007ACC;
    text-align: center;
}

.answer {
    font-size: 35px;
    padding: 10px 10px;
    border: 1px solid #DC148E;
    background-color: #ffffff;
    text-align: center;
    width: 25%;
    height: 5%;
    margin: 25px auto;
    cursor: pointer;
}

#timerLine {
    font-size: 35px;
    font-weight: bold;
    margin: 50px auto;
    text-align: center; 
}

#questionDiv {
    font-size: 45px;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
}

#yesNo {
    font-size: 45px;
    font-weight: bold;
    color: #DC148E;
    margin: 30px auto;
    text-align: center;
}

#whatwasthecorrectanswer {
    font-size: 45px;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
}

img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

#correct {
    font-size: 35px;
    margin: 50px auto;
    text-align: center; 
}

#uncorrect {
    font-size: 35px;
    margin: 50px auto;
    text-align: center; 
}

#unanswered {
    font-size: 35px;
    margin: 50px auto;
    text-align: center; 
}