* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Quicksand", sans-serif;
  margin: unset;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
p {
  all: unset;
  display: block;
}
ul,
li {
  all: unset;
}

@media screen and (min-width: 992px) {
  #main-content {
    margin-left: 300px;
  }
}
