/*element css*/

h1 {
  font-family: 'FeedjiqueRegular'; 
  font-weight: normal; 
  font-style: normal; 
  color: black;
  padding-bottom: 20px;
  font-size: 72px;
  font-weight: 200;
}
h2 {
  font-size: 24;
}
h3 {
  font-size: 24;
}
html, body{
  background-image: url(../images/grunge-bg2.jpg);
    color: black;
    margin-top: 50px;
    padding: 0;
    line-height: 1.6;
}
#main-game {
    background-image: url(../images/grunge-bg.png);
    padding: 25px 0px 50px 0px;
}
.title-bg {
    background-color: rgba(0, 0, 0, 0.25);
    width: 80%;
    margin: auto;
    padding-top: 5px;
    border-radius: 10px;
}
.container{
    margin-top: 50px;
    width: 100%;
    text-align: center;
}
#content {
    margin: auto;
    width: 80%;
    border: 3px solid rgb(53, 52, 52);
    padding: 10px;
    border-radius: 10px;
}
.answer-button {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px;
    background-color: rgba(46, 46, 49, 0.459);
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}
.ansimg {
    border-radius: 10px;
    max-height: 220px;
    max-width: 220px;
}
/*media queries*/


