.error{
    color: red;
    margin-left: 1.5vw;
}

.success{
    color: green;
    margin-left: 1.5vw;
}
.flash{
    background-color: antiquewhite;
}