/*body {
    background: #BCBCCC;
  }
  */
  #cookie-consent-modal {
    margin-left: auto;
    z-index: 99999;
    top: 100px;
    position:absolute;
    /* display: none !important; */
  }

  @media only screen and (max-width: 600px) {
    #cookie-consent-modal {
      margin-left:3%;
    }

    #card {
        /* width: 30% !important;
        margin-left: 35%; */
    }
  }

  #card {
    width: 500px;
    flex-direction: column;
    min-width: 0;
    color: #fff;
    word-wrap: break-word;
    background-color: #000;
    background-clip: border-box;
    border: 1px solid #000;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
    
  }
  
  .cookie a {
    text-decoration: none;
    color: #000;
    margin-top: 8px;
    font-size: 12px;
  }
  
  .cookie a {
    text-decoration: none;
    color: #fff;
    margin-top: 8px;
  }
  
  .decline {
    cursor: pointer;
  }

  #declineCookies {
    margin-right: 10px;
  }