@font-face {
  font-family: slick;
  src: url("./fonts/SF-UI-Display-Regular.otf");
}

body {
  background-color: #f2f2f2;
  font-family: "slick", -apple-system, BlinkMacSystemFont, Roboto,
    "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10rem;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.website {
  position: relative;
  width: 100%;
}

.website div {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a {
  text-decoration: none;
  transition: 0.35s;
  color: black;
}

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

img {
  width: 25rem;
  pointer-events: none;
}

@media (max-width: 324px) {
  .main {
    padding: 0 50px !important;
  }
}

@media (max-width: 576px) {
  .main {
    padding: 0 2rem;
  }

  img {
    width: 300px;
  }
}
