 .hidden {
     display: none;
 }

 .cookie_banner {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     z-index: 90001;
     padding: 1.5rem;
     color: #ffffff;
     background-color: #eb690b;
 }

 .cookie_banner h1,
 .cookie_banner div,
 .cookie_banner span,
 .cookie_banner div {
     font-family: 'Oswald';
     font-weight: 300;
     font-style: normal;
     padding-left: 0;
     margin-bottom: 0.5rem;
     text-align: left;
 }

 .cookie_banner_button {
     font-family: 'Oswald';
     font-weight: 300;
     font-style: normal;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: center;
     gap: 3rem;
     text-align: center;
 }

 .cookie_banner_button button {
     font-family: 'Oswald';
     font-weight: 300;
     font-style: normal;
     color: white;
     border: #003867;
     background-color: #003867;
     font-size: larger;
     padding: 0.3rem 4.2rem 0.3rem 4.2rem;
     cursor: pointer;
     border-radius: 0.4rem;
     text-align: center;
 }