
  form { 
    max-width: 400px;
    margin: auto;
    font-family: sans-serif;
  }
  input, textarea {
    width: 100%;
    padding: 8px;
    margin-top: 6px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;

  }
  button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background-position: center;
  }
  #abcpost{
    display: block;
    text-align: center;
  }
