
  
  #contact {
    position: relative;
    height: 1024px;
    background-color: rgba(200, 200, 200, 0.5);
  }

  #contact .text-area{
    position: relative;
    left: 5%;
    width: 80%;
    margin-top: 0px;
  }

  #contact .second-title{
    width: 300px;
  }

  .contact-gray-box{
    width: 100vw;
    height: 50%;
    position: absolute;
    z-index: 0;
    transform: translateX(-100%);
    background-color: #E5E5E5;
    opacity: 75%;
    transition: transform 1s ease;
  }