.ns_container {    
    margin: 50px;
    padding: 0px;
    text-align: justify;
}

.ns_about_title{
    text-align: center;
    font-size: 50px;
}

.ns_about_ctext{
    padding: 20px 150px;
}

input[type=submit] {
    width: 20%;
    background-color: #04AA6D;
    color: white;
    font-size: 20px;
    padding: 14px 20px;
    margin: 8px 0;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    float: right;
    border-radius: 25px;
  }
  input[type=submit]:hover {
    background-color: white;
    color: #04AA6D;
    border: 2px solid #04AA6D;
  }

  .ns_edit_aboutus {
    background-color: #04AA6D;
    color: white;
    font-size: 28px;
    padding: 10px 60px;
    border-radius: 25px;
    text-decoration: none;
  }
  .ns_edit_aboutus:hover {
    background-color: white;
    color: #04AA6D;
    border: 2px solid #04AA6D;
  }

  textarea {
    width: 100%;
    height: 300px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
  }
