body {
  padding: 6rem 3rem;
  color: white;
  background-color: #ffffff;
  font-family: Poppins, 'Helvetica Neue';
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2.8rem;
}

header h1 {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000000;
}

header p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0f0f0f;
}

header img {
  width: 234px;
  border-radius: 50%;
}

section div {
  display: flex;
  justify-items: center;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
  gap: 2rem;
}

section h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000000;
}

section div a {
  flex-basis: 200px;
  justify-content: space-between;
  flex-grow: 1;
  text-decoration: none;
}

section div article {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
}

section div article h2 {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  justify-content: center;
  align-items: center;
}

section div article img {
  width: 50px;
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 100%;
  align-items: center;
  justify-content: center;
  height: auto;
  display: block;
}
