@import  './roote_style.css';

a{
    text-align: center;
}

.error {
    color: red;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    background-color: var(--color2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid red;
}

#ancienmdp {
    margin-top: 20px;
}
