@media (max-width: 480px) {
  /* nav section */
  body {
  }
  .home {
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  .left-home {
    width: 100%;
    padding-top: 70px;
  }
  .right-home {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .right-home img {
    width: 19rem;
    height: 19rem;
  }
  .nav {
    width: 100%;
  }
  .nav-right h4 {
    display: none;
  }
  .nav-right i {
    color: rgb(9, 247, 41);
    display: block;
  }
  .project{
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .project-list {
    width: 300px;
    gap: 0px;
    margin-left: 2vw;
    
    
    box-shadow: 7px 7px rgb(101, 230, 107);
  }
  .project img {
    width: 300px;
  }
  /* contact section  */
  .text-me {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 5%;
    
  }
  .info-text a {
    color: forestgreen;
    font-size: 11px;
  }
  .message {
    width: 100%;
    margin: 1rem 0rem 1rem 0.1rem;
    padding: 1rem 0rem 3px 0px;
  }
  .send{
    font-size: 23px;
    padding-bottom: 5px;
    
  }
  .message form input {
    width: 80vw;
  }
  .message form textarea {
    width: 80vw;
  }
}
