body {
  color: white;
  @media screen and (max-width: 1800px) {
    /* phone */
    padding-top: 15px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    padding-top: 15px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    padding-top: 15px;
  }
}
.h1 {
  font-weight: bold;
  @media screen and (max-width: 1800px) {
    /* phone */
    font-size: 30px;
    margin-bottom: 5px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    font-size: 20px;
    margin-bottom: 25px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.h4 {
  @media screen and (max-width: 1800px) {
    /* phone */
    font-size: 20px;
    margin-bottom: 10px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    font-size: 20px;
    margin-bottom: 10px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.marginTitle {
  @media screen and (max-width: 1800px) {
    /* phone */
    margin-top: 10px;
    margin-bottom: 20px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    margin-top: 10px;
    margin-bottom: 50px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.vertical {
  display: flex;
  flex-direction: column;
}
.marginText {
  @media screen and (max-width: 1800px) {
    /* phone */
    margin-top: 30px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    margin-top: 30px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    margin-top: 30px;
  }
}
.marginCoopyright{
    @media screen and (max-width: 1800px) {
    /* phone */
    margin-top: 85px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    margin-top: 140px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    margin-top: 100px;
  }
}
.iconInsta{
  @media screen and (max-width: 1800px) {
    /* phone */
    width: 10%;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    width: 20%;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    width: 4%;
  }
}
