.cookie-notification {
      position: fixed;
      bottom: 0;
      left: 50%;
      width: 100%;
      padding: .9em;
      z-index: 10;
      color: #fff;
      background: #171717;
      transform: translate(-50%, 135%);
}
.cookie-notification a {
      color: #fff;
}

.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: #ffab16;
}
.cookie-notification button:focus {
      outline: none;
}
