#colorSquare {
    width: 100px;
    height: 100px;
    background-color: #f00;
    cursor: pointer;
    margin: 20px;
}
