 h3 {
        color: rgb(129, 149, 78);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;

}
  p {font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: rgb(86, 80, 71);
font-size: 17.5px;
}

.button { background-color: rgb(201, 214, 168); 
    border: none; 
    color: white; 
    padding: 8px 20px; 
    text-align: center; 
    text-decoration: none; 
    border-radius: 15px;
    display: inline-block; 
    font-size: 18px; 
    margin: 4px 2px;
    cursor: pointer; }

a:hover, a:active {
    background-color: rgb(230, 187, 67)
}

a {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

.disabledbtn {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: rgb(201, 214, 168); 
  border: none; 
  color: white; 
  padding: 8px 20px; 
  text-align: center; 
  text-decoration: none; 
  border-radius: 15px;
  display: inline-block; 
  font-size: 18px; 
  margin: 4px 2px;
}

#container {
    margin: auto;
    margin-top: 150px;
    padding: 15px;
    text-align: center;
    max-width: 90%;
    max-height: 80%;
    
}
#div1 {
    height: 435px;
    width: 333px;
    display: inline-block;
    vertical-align: top;
    padding-right: 35px;
}
#div2 {
    height: 435px;
    width: 450px;
    display: inline-block;
    vertical-align: top;
}

#div3 {
    height: 350px;

}