#overlay
{
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.836);
  border-top: 1px #ff9a00 solid;
}
.popup-cookies
{
  display: block;
  padding-top: 1rem;
}
.dont-show-me
{
    color: #ff9a00;
    text-decoration: underline;
    background-color: transparent;
    border: none;
}
.dont-show-me:focus, .dont-show-me:focus-visible
{
    outline: none;
} 