body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

section p, section strong, section em {
  text-decoration: none;
}

h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
}
