@media only screen and (max-width: 1420px) {
  .projects-container {
    width: 100%;
  }

  .projects-button {
    position: static;
    margin: 0;
    position: absolute;

    left: 50%;
    transform: translate(-50%, 0%);
  }

  .skills {
    height: auto;
  }

  .skills-btn-container {
    width: 100%;
    height: 100px;

    position: relative;
  }

  .about {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 820px) {
  /*Front */
  .front-text {
    font-size: 2.4rem;
  }

  .front-text p {
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  .front-text .front-skills {
    width: auto;
    position: static;
    left: 0px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }

  .front-skills-span {
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }

  /*projects */

  .projects {
    height: auto;
  }
  .projects-title {
    font-size: 3rem;
  }

  .projects-container {
    margin-left: 0px;
  }

  .project:last-child {
    margin-bottom: 60px;
  }

  .project-side-mobile-button {
    display: block;
  }

  .project-side-mobile-tap {
    display: block;
    color: gray;
    text-align: center;
  }
  /*skills */

  .skills {
    height: auto;
  }

  .skills-table {
    width: 100%;
    font-size: 1.2rem;
  }

  .skills-table-button {
    padding: 10px;
  }

  /*about */
  .about {
    height: auto;
  }

  .about-me {
    width: 100%;
    margin-top: 30px;
  }

  .about-line-container {
    width: 90%;
    height: 1px;
    margin: 60px auto;

    background-color: black;
  }

  .about-form {
    width: 90%;
    margin: 0 auto;
  }

  form {
    width: 90%;
  }

  .about-form form input {
    width: 100%;
  }
  .form-message {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  body {
  }
  /*Front */
  .front-item {
    font-size: 1.8rem;
  }
  .front-text p {
    line-height: 1.4;
  }

  .front-span-title {
  }

  /*project */
  .projects-title {
    font-size: 1.8rem;
    padding-top: 30px;
    padding-left: 15px;
    padding-bottom: 30px;
  }

  .project-title {
    font-size: 1.8rem;
  }

  .project {
    width: 95%;
  }

  /*skills */
  .skills-table {
    font-size: 1rem;
  }
  .skills-table-button {
    font-size: 1rem;
  }

  table,
  th,
  td {
    padding: 10px 0px 10px 0px;
  }

  /*about */

  .about-me-text {
    font-size: 1.8rem;
  }
}
