body {
  font-family: 'DM Sans', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#hero::after {
  display: none;
}

