form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
   }
   
   input, textarea {
    margin-bottom: 10px;
    padding: 5px;
   }
   
   button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
   }