#text {
    text-shadow: 2px 2px 4px gray;
}

#colorSelector {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

#colorSelector .color {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 4px;
    box-shadow: 2px 2px 4px gray;
}