.error{
    color: red;
    /* font-size: 1.5em; */
    text-align: center;
    /* margin-top: 10px; */
    margin-bottom: 20px;
    border: 1px solid red;
    padding: 0.75rem;
    border-radius: 0.25rem;
}