h1 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 36px;
  color: #093757;
  
}

h2 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 30px;
  color: #093757;
  
}

h3 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 24px;
  color: #093757;
  
}


p {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-size: 16px;
}


li {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
}

div {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
}

.font-red {
  color:#DEB1C0;
}

.font-ltblue {
  color:#95D6DC;
}

.font-yellow {
  color:#F0E887;
}

.font-blue {
  color:#093757;
}

.font-green {
  color:#A0CEB0;
}

.bg-red {
  background-color:#DEB1C0;
}

.bg-ltblue {
  background-color:#95D6DC;
}

.bg-yellow {
  background-color:#F0E887;
}

.bg-blue {
  background-color:#093757;
}

.bg-green {
  background-color:#A0CEB0;
}

.imgbanner {
  bottom: 0;
  width: 100%;
/*  padding: 4px;*/
  position: absolute;
  opacity: 0.9;
  text-align:center;
}

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 30px 50px;
}

.counter {
  font-size: 60px;
  margin-top: 10px;
}