input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #eb0062;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: rgb(183, 0, 255);
  }
  
  .contact_container {
    border-radius: 5px;
      background-color:pink;
    padding: 20px;
  }

  .contactsection{
    padding-top: 40px;
    text-align: center;
  }