 .cookieConsentBox{   background:#252e39;   padding:20px;   position: fixed;   bottom:0;   left:0;   right:0;   width:100%;   color:white;   align-items: center;   justify-content: center;   font-family: Arial;   z-index: 9999;   font-size:16px; }  .cookieConsentBox a {   color:yellow; } .cookieConsentBox a.cookieConsentButton {   background:#14a7d0;   color:white;   padding: 10px 30px;  font-weight: bold;   border-radius:5px;   margin-top:20px;   display: block;   text-align: center; } @media screen and (min-width:601px){   .cookieConsentBox{  display:flex;  margin-bottom:0   }   .cookieConsentBox a.cookieConsentButton {  margin-left: 50px;  margin-top:0;   } } 