#stuff {
    display: none;
}

#color {
    font-size: 23px;
    background-color: white;
    display: inline-block;
}

.cb {
    font-size: 25px;
}

#start {
    font-size: 25px;
}

body {
    background-color: AntiqueWhite;
}

#response {
    font-size: 20px;
}

#ta {
    font-size: 25px;
    display: none;
}
