:root {
  --title-font: "Pacifico", cursive;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  z-index: 999;
}
main {
  padding-top: 4rem;
}
a {
  text-decoration: none;
}

li {
  list-style: none;
}

p {
  font-size: 1.6rem;
}
