body,
html {
  margin: auto !important;
  padding: none !important;
  overflow-x: none;
}
body {
  font-family: Montserrat, sans-serif;
}

@media (max-width: 430px) {
  h1 {
    font-size: 150% !important;
  }
  .splineContainer {
    width: 100% !important;
    height: 300px !important;
  }
}
