@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");

body {
  background-color: #f4f2ed;
}

p {
  font-family: "DM Mono";
  font-size: 64px;
  text-align: center;
  margin-top: 100px;
  font-weight: 700;
  color: #283995;
}

svg {
}

.logo-blu {
  display: block;
  margin: auto;
}

.contact-p {
  margin-top: 0;
  font-family: "DM Mono";
  font-weight: 200;
}

.lottie-file {
  display: block;
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 30px;
}

.line-socials {
  height: 3px;
  width: 90%;
  background-color: #283995;
  margin: auto;
  border-radius: 24px;
  margin-top: 40px;
}

.social-links {
  display: flex;
  justify-content: space-around;
  padding-top: 75px;
}
@media (max-width: 600px) {
  p {
    font-size: 20px;
    margin-top: 100px;
    font-weight: 100;
    margin-bottom: 70px;
  }

  .social-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: -50px;
  }

  .line-socials {
    margin-top: 0px;
  }

  .logo-blu {
    margin-top: 140px;
  }
}
