body{
  background-image: url('../images/backgroundimage.jpg');
}


#container{
  background-color: #440C0A;
  opacity: 0.8;
  width: 744px;
  margin-left: 221px;
  margin-top: 50px;
  padding: 10px 40px 40px 40px;
}


.container1{
  background-color: #440C0A;
  opacity: 0.8;
  width: 744px;
  height:300px;
  margin-left: 221px;
  margin-top: 50px;
  padding: 10px 40px 40px 40px;
}


h1{
  font-family: Game of Thrones, sans-serif, Garamond;
  /*color: #a15a5f;*/
  font-weight: 100;
  color: #F3F3F1;
  font-size: 46px;
  opacity: 1.0;
}


h2{
  font-family: Gill Sans;
  color:white;
  text-align: center;
  font-weight: 200;
  font-size:30px;
  line-height: 10px;
  border: none;
  background-color: #3C100F;
  /*margin-left: 307px;*/
}


p{
  font-family: Garamond, serif;
  font-weight: light;
  color: #ffffff;
  font-size:15px;
  text-align: center;
}


.starttimer{
  font-family: Garamond, serif;
  font-weight: 200;
  font-size:80px;
  line-height: 10px;
}


a{
  text-decoration: none;
  color:#ffffff;
  border: .25px solid;
  padding-left: 10px;
  padding-right: 10px;
}


@font-face {
 font-family: Game of Thrones, sans-serif, Garamond;
 src: url(../fonts/game_of_thrones.ttf) format("truetype");
}


ul{
  list-style: none;
  padding-left: 0px;
}


.question{
  font-family: Gill Sans;
  font-weight: 100;
  color: #ffffff;
  font-size:19px;
  text-align: left;
}


img{
  width:615px;
  height:315px;
  border-radius: 25px;
}


.wrong{
  font-family: Gill Sans;
  text-decoration: none;
  background-color: #3C100F;
  color: white;
  border: .25px solid;
  font-size: 13px; 
}


.right{
 font-family: Gill Sans;
 text-decoration: none;
 background-color: #3C100F;
 color: white;
 border: .25px solid;
 font-size: 13px;
}

button:disabled,
button[disabled]{
  color: #3C100F;
  border: .25px solid white;
}
.score{
  font-family: Garamond, serif;
  font-weight: light;
  color: white;
  font-size:30px;
}


.win{
  font-family: Gill Sans;
  font-weight: light;
  color: white;
  font-size:19px;
  margin-left: 367px;
}


.loss{
  font-family: Gill Sans;
  font-weight: light;
  color: white;
  font-size:19px;
  margin-left: 367px;
}

#finished{
  color:white;
  text-align: center;
  font-weight: 200;
  font-size:30px;
  line-height: 10px;
  border: .25px solid;
  background-color: #3C100F;
  margin-left: 307px;
  padding: 14px 5px 14px 5px;
}