html, body {
  margin: 0;
  padding: 0;
  background: black;
  color: white;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
}

* {
  box-sizing: border-box;
}

.main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}
.main img {
  max-width: 90%;
  width: 700px;
  display: block;
  margin-bottom: 240px;
}
.main .contacts {
  position: absolute;
  bottom: 50px;
}
.main .contacts a {
  font-size: 1em;
  text-decoration: none;
  color: white;
}

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