body{
    background-image: url('../images/background1.jpg');
    background-size: cover;
    background-repeat: no-repeat; 
    height: 100%;
    width: 100%;

}

h1{
    margin-left: 40px;
    color: white;
    text-shadow: 2px 2px rgb(119, 15, 15);
}

#questions{
    font-size: 20px;
    margin-left: 40px;
    color: white;
    text-shadow: 2px 2px black;
}

#timer{
    margin-left: 40px;   
    color:white;
    text-shadow: 2px 2px rgb(119, 15, 15);
}

.button {
    background-color: rgb(119, 15, 15) ;
    color: white;
    border: rgb(119, 15, 15);
    border-radius: 12px;
    height: 50px;
    width: 100px;
    margin: 40px;

}

#results {
    margin-left: 40px;
    font-size: 40px;
    color: rgb(119, 15, 15);
    text-shadow: 2px 2px white;

}