@import url("https://fonts.googleapis.com/css?family=Poppins");
html,
body {
  min-height: 100%;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  text-align: center;
  list-style-position: inside;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: grey;
  transition: color 0.5s;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  display: none;
  z-index: 2;
}

/*# sourceMappingURL=main.css.map */
