body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  color: #333;
  text-align: justify;
}

header {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
}

header img.logo {
  width: 300px;
  height: auto;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  margin-top: 30px;
  color: #333;
}

h3 {
  font-size: 22px;
  color: #333;
  text-align: center;
}

p {
  line-height: 1.6;
  font-size: 14px;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  margin-bottom: 10px;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 768px) {
  h1 {
    text-align: center;
  }
}
