@charset "UTF-8";
body {
    background-color: #343A40;
}
.color-white {
    color: #FFFFFF;
}

.color-neon {
    color: #ccff33;
}

.center-block {
     display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}
.color-pink {
    font-size: 2em;
    color: #E88C27!important;
}
.color-orange {
    color: #E88C27;
}
.h-30 {
}
