main {
  margin-top: 50px;
}

h1 {
  font-size: 2.5rem;
  padding: 20px;
}

p {
  color: white;
  padding: 40px 20px;
}

.contact {
  background: linear-gradient(rgba(0, 0, 46, 0), rgb(50, 67, 255), rgb(0, 0, 46));
  display: flex;
  flex-direction: column;
}
.contact a {
  color: white;
}
.contact p {
  font-family: gruppo, Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
}

address {
  color: white;
  font-family: gruppo, Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
}

.method {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 50px;
  gap: 50px;
}
@media screen and (min-width: 800px) {
  .method {
    flex-direction: row;
    align-items: start;
  }
}

.contactCard {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.contactCard a {
  font-family: gruppo, Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
}

.logoContact {
  width: 100px;
  height: auto;
  border-radius: 50%;
}

.factory {
  font-size: 1.2rem;
}/*# sourceMappingURL=contact.css.map */