/*
Author: mattchudani
Created: 1/7/25
Bugs Known: none
*/

/* --- CORE --- */
body {
	background-color: #80d4ea;
}

h1 {

}

h2 {

}

h3 {

}

/* --- ADDITIONAL ---  */
#clock {
    height: 100px;
    width: 800px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    padding-top: 70px;
    font-family: courier, monospace;
    text-align: center;
    color: white;
    font-size: 100px;
}
