:root {
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #10231e;
}

button,
a,
textarea {
  -webkit-tap-highlight-color: transparent;
}
