
.memory-form {
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Kalameh', sans-serif;
}
.memory-form input, .memory-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-family: 'Kalameh', sans-serif;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.memory-form button {
    background-color: #00c292;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    font-family: 'Kalameh', sans-serif;
    cursor: pointer;
}
.memory-card {
    background-color: #f8f2e9;
    border-radius: 12px;
    padding: 15px;
    margin: 15px auto;
    max-width: 400px;
    font-family: 'Kalameh', sans-serif;
}
.memory-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}
.memory-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
}
.memory-date {
    font-size: 13px;
    color: #555;
    text-align: left;
}
