* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
}

.app-screenshots {
}

.section-title {
  font-family: 'Merriweather', sans-serif;
}

.list {
  font-family: 'Merriweather Sans', sans-serif;
}

@media(max-width: 1023px) {
  .app-screenshot {
    width: 70vw;
  }
}
