html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
}

.border {
  border: 1px solid rgba(17, 51, 85, 0.12) !important;
}

.button-label {
  letter-spacing: 0.0125em;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
}

@media (max-width: 800px) {
  .center {
    width: 100%;
  }
}

.d-none {
  display: none !important;
}
