.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 99.4%;
  background: #abb3af;
  color: #fff;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

.cookie-banner a {
  color: #89bef0;
}

.cookie-banner .buttons button {
  margin-left: 10px;
  padding: 8px 14px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.accept {
  background: #4caf50;
  color: #fff;
}

.reject {
  background: #777;
  color: #fff;
}
.policy:link{
color:#0e0c0c;
}
@media (max-width: 1650px) {
    .cookie-banner{
		font-size:30px;
		padding: 16px;
	}
	
}