/* Base Styles */

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 1.5em 2.2em;
}

main {
  max-width: 1200px;
  margin: 0 auto;
}
