* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    font-family: 'LaBoa'
}

/* Mobile Styles */
@media only screen and (max-width: 800px) {
    .menu {
        width: 100%;
        font-size: 200%;
    }

  .content,
  .head,
  .sign-up,
  .feature-1,
  .feature-3 {
    width: 100%;
      font-size: 40%;
  }

    .feature-2 {
        width: 50%;
    }

    .piede {
        font-size: 75%
    }
}

/* Tablet Styles */
@media only screen and (min-width: 801px) and (max-width: 1100px) {
    .menu {
        width: 100%;
        font-size: 200%;
    }
    .content,
    .head {
        width: 100%;
    }
  .sign-up,
  .feature-1,
  .feature-2,
  .feature-3 {
        width: 50%;
      font-size: 50%;
  }
    .piede {
        font-size: 75%
    }
}

/* Desktop Styles 1 */
@media only screen and (min-width: 1101px) and (max-width: 1500px) {
  .page {
    width: 100%;
    margin: 0 auto;
  }
    .menu {
        width: 100%;
        font-size: 250%;
    }
  .content,
  .sign-up,
  .head {
        width: 100%}
  .feature-1,
  .feature-2,
  .feature-3 {
    width: 33.3%;
      font-size: 45% !important;
  }
  .header {
    height: 400px;
  }
    .sign-up {
  height: 200px;
  order: 1;
    }
    .content {
        order: 2;
    }
        .piede {
        font-size: 70%
    }
}

/* Desktop Styles 2 */
@media only screen and (min-width: 1501px) {
  .page {
    width: 100%;
    margin: 0 auto;
  }
    .menu {
        width: 100%;
        font-size: 300%;
    }
  .content,
  .sign-up,
  .head {
        width: 100%}
  .feature-1,
  .feature-2,
  .feature-3 {
    width: 33.3%;
      font-size: 65% !important;
  }
  .header {
    height: 400px;
  }
    .sign-up {
  height: 200px;
  order: 1;
    }
    .content {
        order: 2;
    }
        .piede {
        font-size: 80%
    }
}



.image {
    min-height: 100%;
    max-width: 100%;
    height: auto;

}
.page {
  display: flex;
  flex-wrap: wrap;
}

.section {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu {
  background-color: #f08400;
  height: 80px;
}

.header {
  background-color: #B2D6FF;
  width: 100%;
}

.content {
  background-color: #EAEDF0;
  width: 100%;
  height: auto;
    display: block;
    padding: 5%;
}

.sign-up {
  background-color: #D6E9FE;
}

.feature-1 {
  background-color:whitesmoke;
}

.feature-2 {
  background-color:whitesmoke;
}

.feature-3 {
  background-color: #C8C6FA;
}

.piede {
    background-color: #ec606c;

}

.footer {
  background-color:chartreuse;
  width: 100%;
  font-family: 'LaBoa';
    padding: 5%;
    color: #eb3a81;
    font-size: 120%;
    line-height: 150%;
}

.footer2 {
  background-color: #00a29d;
  width: 100%;
  font-family: 'LaBoa';
    padding: 5%;
    color:whitesmoke;
    font-size: 150%;
    line-height: 150%;
}


.text-test {
  width: 100%;
    height: 200px;
  font-family: 'LaBoa';
    padding: 5%;
    color: #00a5c6;
    font-size: 120%;
    line-height: 150%;
}

h1 {
    font-size: 200%;
}
