.callout {
  position: fixed;
  bottom: 35px;
  left: 20px;
  margin-left: 20px;
  max-width: 300px;
  border-color: white;
  border-width: 5px;
  border-style: solid;
  text-align: center;
  z-index:5
}

.callout-header {
  padding: 25px 15px;
  background: #271B00;
  font-size: 30px;
  color: white;
  text-align: center;
}

.callout-container {
  padding: 15px;
  background-color: #c1996f;
  color: black
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}
