/* Styles pour le formulaire */
#post-form {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
}

#experience {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    resize: none;
}

#preview img {
    max-width: 300px;
    max-height: 300px;
    margin-top: 10px;
}

#preview {
    text-align: center;
}
