*{
   background-image: url(images/3703147.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
  
   
}

.header{
    color: #9b6130;
    border-bottom: 6px #9b6130 solid;
    font-family: 'Dancing Script', cursive;
    display: flex;
    justify-content: space-between;
    
}
.menu{
    font-size: 1em;
    color: #9b6130;
    display: flex;
    flex-wrap: nowrap;
}
.icon{
    font-size: 35px;
    border: 1px;
    color: #9b6130;
    text-align: left;
}
.textbox{
    border: 5px #9b6130 solid;
    border-radius: 5px;
    background: rgba(250, 246, 246, 0.7);
    width: 80vw;
    font-size: 1.2em; 
    font-family:'Bitter', serif; ;
    text-align: center;
}
div{
   display: flex;
   justify-content: center;
}

.highlight{
    text-decoration: underline;
    color: #c96e6e;
    background: rgba(250, 246, 246, 0.15);
}
.leg{
    color: #ffe9c2;
}

h1{
    font-family: 'Dancing Script', cursive;
    text-align: center;
    color: #9b6130;
    font-size: 3em;
    border-bottom: 0;
}
h3{
    font-family: 'Dancing Script', cursive;
    text-align: center;
    color: #9b6130;
    font-size: 1.75em;
    background: rgba(250, 246, 246, 0.7); 
}
 .images{
     border-image: 5px #9b6130 solid;
    border-radius: 5px;
    width: 40vw;
 }
 .question{
    border: 2px #9b6130 solid;
    border-radius: 5px;
    background: rgba(250, 246, 246, 0.7);
    width: 80vw;
    font-size: 1.2em; 
    font-family:'Bitter', serif; 
    text-align: center;
 }
 .answer{
    font-family:'Bitter', serif; 
    color: #9b6130;
    font-size: 1.2em; 
    border: 1px;
    border-radius: 1px;
    background: rgba(250, 246, 246, 0.7);
 }


