* {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: black;
  text-align: center;
}

li {
  text-align: center;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.logo img {
  width: 400px;
}
@media (max-width: 1023.98px) {
  .logo img {
    width: 200px;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100dvh;
}

.contacts {
  padding: 2rem 0;
}

.contact {
  margin-top: 0.25rem;
}