.hidden {
    display: none;
}

.flash-message {
    display: block;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 13%;
    margin-right: 14%;
    margin-bottom: 15px;
    font-weight: bold;
}

.success {
    background-color: lightgreen;
    color: green;
    margin-top: 10px;
    margin-left: 13%;
    margin-right: 14%;
    margin-bottom: 15px;
}

.error {
    background-color: lightcoral;
    color: darkred;
    margin-top: 10px;
    margin-left: 13%;
    margin-right: 14%;
    margin-bottom: 15px;
}