body {
  font-family: "poppins";
  font-weight: 400;
  background-color: #f8f9fa;
}

.navbar {
  background-color: #e9ecef;
}

.menu {
  display: flex !important;
  gap: 10px;
  text-transform: uppercase;
}

.h2 {
  font-size: 1.4rem;
  border-bottom: solid 1px #ced4da;
}

.h3 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  font-size: .8rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}

p span {
  font-weight: 600;
}

.seoimage {
  width: 100%;
  aspect-ratio: 1.91 / 1;
  border: solid 1px #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.green {
  color: #38b000;
}

.orange {
  color: #fb8500;
}

.red {
  color: #d90429;
}