@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap");
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Quicksand", sans-serif;
}

.main-old {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  align-items: center;
  color: #626262;
}
.main-old a {
  text-decoration: none;
  font-weight: bold;
}
.main-old .icon {
  width: 32px;
  height: 32px;
  transition: all ease-out 0.5s;
}
.main .icon:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */