/*
Allison Obourn
CSC 337, Spring 2019
Lecture 19

Styles for the mouse interaction webpage. 
*/

body {
    background-color: purple;
    color: white;
    font-family: serif;
    text-align: center;
}

#canvas {
    background-color: white;
}
