.succes-text {
    font: var(--list_property_font);
    color: green;
}

.error-container {
    width: 500px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border: medium dashed red;
    color: red;
}

#error-container {
    display: flex;
    justify-content: space-around;
    background-color: var(--alt_background_color);
}
