@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300');

* {
  font-family: 'Poppins', sans-serif !important;
}

.home-name {
  margin-bottom: -10px;
}

.home-section {
  height: calc(100vh - 150px);
}

.into-paragraph {
  max-width: 600px;
}