@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
* {
  margin: 0;
  padding: 0;
}

body {
  background: black;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
}
body a {
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-weight: 300;
}

.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.intro > div {
  width: 100%;
}

header .logo {
  width: 150px;
  margin: 0 auto;
}
main .menu ul li {
  margin-bottom: 18px;
}
main .menu ul li:last-child {
  margin-bottom: 0;
}
main .menu ul li a {
  display: block;
  line-height: 1;
  color: black;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 16px;
  transition: all 0.2s;
}
main .menu ul li a:hover {
  transform: scale(1.04);
}

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