.cookie-notification {
      position: fixed;
      bottom: 0;
      left: 50%;
      width: 100%;
      padding: 1.8em;
      z-index: 10;
      color: white;
      background: #1e1e1e;
      transform: translate(-50%, 135%);
}
.cookie-notification a {
      color: white;
}
.cookie-notification span {
      font-size: 14px;
      line-height: 1.5em;
      font-family: Helvetica, Calibri, Arial, sans-serif;
}
.cookie-notification button {
      text-transform: uppercase;
      height: 40px;
      width: 40px;
      border: 1px solid white;
      border-radius: 50%;
      background-color: green;
      color: white;
      font-size: 14px;
      position: absolute;
      top: -20px;
      right: 20px;
}
.cookie-notification button label {
      letter-spacing: 0.5px;
      cursor: pointer;
}
.cookie-notification button:hover {
      background: #424242;
}
.cookie-notification button:focus {
      outline: none;
}
