/* body{
    background-color: rgb(175, 171, 194);
} */

#tbds-record{
    color: maroon;
 
}

div a{
    color: maroon;
    text-decoration:none;
 
}

#error-msg{
    background-color:rgb(255, 94, 0);
    color: rgb(252, 250, 250);
    width:15rem;
    transition:ease-in;
}
#good-msg{
    background-color:chartreuse;
    color: rgb(14, 53, 50);
    width:15rem;
    transition:ease-in;
}