.division {
    display: block;
}

#red {
    background-color: red;
}

#green {
    background-color: green;
}

#blue {
    background-color: blue;
}

#yellow {
    background-color: yellow;
}

.square {
    height: 200px;
    width: 200px;
    display: inline-block;
}

#container {
    position: relative;
    height: 404px;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    border-radius: 202px;
    overflow: hidden;
}

#startstop {
    font-size: 20px;
    position: absolute;
    top: 152px;
    left: 152px;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    border-style: solid;
    border-color: black;
    border-width: 5px;
}

#startstop:focus {
    outline: none;
}

#customize {
    margin: auto;
    display: inline-block;
    width: 180px;
    font-size: 40px;
    border-bottom-style: solid;
}

#options {
    width: 180px;
    float: left;
    border-style: solid;
}

#select {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.subHeader {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
}

#top {
    margin-top: 0px;
    border-top-style: none;
}

#special {
    font-size: 25px;
}
#color {
    margin-left: 0px;
    width: 176px;
    border-left-style: none;
    border-right-style: none;
}