*{
  scroll-behavior: smooth;
}
.circle-item{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  font-weight: 600;
  font-size: 20px;
}

#cookie-banner {
  display: none;
  z-index: 9999;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}