button {
  width: 20em;
}

#gameboard-container {
  top: 0.5em;
  width: 89em;
  height: 59.5em;
  display: inline-block;
}

#sidebar {
  top:0.5em;
  position: absolute;
  left: 89em;
  height: 59.5em;
  display: inline-block;
}

#options {
  height: 20em;
}

.animal{
 margin:3em;
 height: 3em;
 width: 10em;
 margin: 3em;
}

.side-container {
  padding: 0.1em;
  position: absolute;
  top: 40em;
  height: 30em;
  width: 45em;
  /*
    border-style: outset ;
    border-width: 1.0em;
  */
  text-align: center;
  border-color: rgb(198,166,132); /* rgb(130,172,198)*/;
  /*
  background-color: rgba(0,0,0,0.5);
  */
  display: block;
  box-sizing: border-box;
}

.request-image{
  width: 240;
  height: 240;
  margin: 1em 1em 1em 1em;
}

.request-image:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.side-container-1 {
  padding: 0.5em;
  color: white;
  position: absolute;
  height: 20em;
  width: 18em;
  border-style: outset ;
  border-width: 1.0em;
  text-align: center;
  border-color: rgb(198,166,132); /* rgb(130,172,198)*/;
  background-color: rgba(0,0,0,0.5);
  display: block;
  box-sizing: border-box;
}

.animal-container {
  width: 20em;
  height: 5.4em;
  margin-bottom: auto;
  border-style: dashed;
  border-color: white;
  box-sizing: border-box;
  display: inline-block;
  background-color: rgba(0,0,0,0.5);
}

.hovered {
    border-color: navy;
}

#left-side {
  left: 0.1em;
}

#right-side {
  right:0.1em;
}

.side-container:hover{
  /*
  border-style: inset;
  */
}

.animal-draggable {
    width: 19.5em;
    background-color: white;
    padding: -10em;
}

.nes-container {
    padding: 0em;
}

#animal-container {
    height: 44em
}

#options-container {
    height: 15.5em;
}

.animal-image {
    width: 5em;
    margin: -10em 0 -10em 0 ;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;

}

.animal-name {
    width: 9em;
    display: inline-block;
}

.invisible {
    display: none;
}

.animal-image-contained{
  width: 100%
}

.wrong {
  border-color: red;
}

.correct {
  border-color: green;
}