* {
  scroll-behavior: smooth;
}

html,
body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1em;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

main {
  margin: 2em 0 0 0;
}

.main-logo {
  height: 15em;
  width: auto;
}
