html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: #121212;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

html {
  scroll-behavior: smooth;
}