
  
  #contact {
    position: relative;
    height: 100vh;
    max-height: 1024px;
    background-color: rgba(200, 200, 200, 0.5);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: unset;
    align-items: center;
    color: white;
  }

  #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;
    margin-left: -80px;
  }

  #contact .text-area {
    
    margin-top: 10px;
  }