  #cookie-banner {
            z-index: 1;
            position: fixed;
            width: 60%;
            height: 60%;
            background-color: #5499c7;
            filter:alpha(opacity=90);
            -moz-opacity:.90;opacity:.90;
            padding: 10px;
            text-align: center;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 1vw;
  }
  #p-cookies{
      font-family: 'Special Elite', cursive;
      color: white;
      margin-top: 10vw;
  }
  #accept-cookies {
            background-color: #4CAF50;
            border: none;
            color: white;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            border-radius: 1vw;
  }