/*Privacy banner*/

.privacy_content{
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner{
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 40px;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space around;
  padding: 20px 20px;
  background-color: #f59532;
  text-align: center;
}

.banner-button{
  background-color: white;
  color: black;
  border-color: black;
}

.banner-button:hover{
  background-color: #f59532;
  color: white;
  border-color: black;
}

.banner-link{
  color: white;
}

.banner-link:hover{
  color: black;
}
