/* Your custom css code goes here */
img {
  max-width: 100%;
}

.probootstrap-intro .probootstrap-intro-text {
  margin-top: 5rem;
}

.cookie-banner {
  position: fixed;
  display: flex;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 15px 15px;
  align-items: start;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

.close-cookie {
  height: 20px;
  width: 40px;
  background-color: #d5d5d5;
  border: none;
  color: #000000;
  border-radius: 2px;
  cursor: pointer;
  opacity: 1 !important;
}

.cookie-banner p {
  padding: 10px;
}

.text-shadow {
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}