*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  background-color: #2756c405;
  font-size: 14px;
}

ul li {
  margin-bottom: 1rem;
}

.custom-container {
  font-family: 'Poppins', sans-serif;
  color: #111827;
  margin-top: 3em;
  margin-bottom: 1rem;
  max-width: 800px;
  margin-inline: auto;
}

.bold {
  font-weight: bold;
}

.contact {
  margin-top: 2rem;
}

.contact a {
  text-decoration: none;
}
