 .flash {
    padding: 8px;
    color: white;
    border-radius: 10px;
    font-weight: bold;
    width: max-content;
    margin: 0 auto;
    text-align: center;
}

 .success {
    background-color: rgb(12, 200, 28);
}

 .error {
    background-color: rgb(239, 78, 78);
}
