#hi {
    color: red;
}

#start {
    background-color: orange;
    color: blue;
}

#reset {
    background-color: orange;
    color: blue;
}

body {
    background-color: pink;
}
