
              #cookie-consent-container {
                  position: fixed;
                  max-width: 90%;
                  padding: 50px 0;
                  z-index: 1000;
                  max-height: 550px;
                  overflow-x: hidden;
                  overflow-y: auto;
              }
  
              #cookie-consent-message {
                  text-align: left;
                  margin-left: auto;
                  margin-right: auto;
                  width: 95%;
                  border-radius: 15px;
                  border: solid 0px; 
                  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
                  background-color: white;
                  padding: 20px;
                  font-family: verdana;
              }
  
              #cookie-consent-message p {
                  font-size: 14px;
                  text-align: left;
              }
  
              .banner_h2{
              font-family: verdana;
              text-align: left !important;
                  font-size: 12px !important;
              }
  
              .main{
  
                  display: flex;
                  justify-content: center;

              }
  
              .btn1{
                  background-color: rgb(0, 0, 0);
                  height: 40px;
                  color: white;
                  width: 250px;
                  font-family: verdana !important;
                  font-size: 12px !important;;
              }
  
              .btn2{
                  background-color: rgb(191, 189, 189);
                  height: 40px;
                  color: white;
                  width: 250px;
                  font-family: verdana !important;
                  font-size: 12px !important;
                  
              }
          