/* Stylesheet for the application */

h1 {
    color: #369;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
}

.message {
    color: red;
    border: 1px solid black;
    padding: 10px;
}

/* ******* Task Table styles ********* */
