.bigcircle {
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 20%;
}
.circle {
    width: 110px;
    height: 110px;
    position: absolute;
    border-radius: 50%;
    background-color: white;
    transform: translate(20px,20px);
}

.u {
    top: 0px;
    left: 140px;
}
.ur {
    top: 0px;
    left: 280px;
}
.l {
    top: 140px;
    left: 0px;
}
.c {
    top: 140px;
    left: 140px;
}
.r {
    top: 140px;
    left: 280px;
}
.dl {
    top: 280px;
    left: 0px;
}
.d {
    top: 280px;
    left: 140px;
}
.dr {
    top: 280px;
    left: 280px;
}
.dial {
    width: 10px;
    height: 53px;
    position: absolute;
    transform-origin: center bottom;
    /*transition: 100ms transform;*/
}
.twelve {
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background-color: red;
    transform: translate(70px,5px);
}
.pin {
    position: absolute;
    width: 30px;
    height: 30px;
    transform: translate(129px,129px);
    background-color: aqua;
    border-radius: 50%;
    border: 1px solid black;
    
}
.clockscreen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    background-color: rgb(52, 55, 59);
}
#clock {
    position: absolute;
    top: 10%;
    left: 15%;
}
.settings {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
    background-color: black;
    overflow-y: auto;
}
.settings p {
    color: white;
}
input[type="color"] {
	border: 2px solid white;
    border-radius: 1000000000px;
	width: 32px;
	height: 32px;
    padding: 0px;
}
.section {
    font-family: "Open Sans", sans-serif;
    border: 10px solid cyan;
    width: 80%;
    margin-top: 1%;
    border-radius: 30px;
    margin-bottom: 2%;
}
.sectionmain{
    margin: 0;
    margin-top: 1%;
    font-size: 150%;
    font-family: "Open Sans", sans-serif;
}
.sectiontext {
    margin: 1%;
    font-family: "Open Sans", sans-serif;

}
.maintext {
    font-family: "Open Sans", sans-serif;
    font-size: 100%;
    
}
#timer {
    font-family: "Open Sans", sans-serif;
    font-size: 200%;
    margin: 0;
}

.stats {
    font-family: "Open Sans", sans-serif;
    margin: 1%;
}
.stats p {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    font-size: 80%;
}
.timelist {
    height: 150px;
    background-color: rgb(55, 55, 55);
    width: 50%;
    overflow: auto;
    border-radius: 30px;
    
}
#times p {
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

#clearsession {
    width: 50%;
    background-color: red;
    border: 0;
    color: white;
    border-radius: 10000000000000px;
    margin-top: 1%;
    transition: 100ms;
}
#clearsession:hover {
    background-color: rgb(188, 0, 0);
}
.indicator {
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    background-color: white;
    
}
.three {
    transform: translate(132px,72.5px);
}
.six {
    transform: translate(72.5px,132px);
}
.nine {
    transform: translate(12px,72.5px);
}
#scramran {
    color: white;
    border: 0;
    border-radius: 1000000000000000000px;
    background-color: rgb(0, 161, 0);
    transition: 100ms;
}
#scramran:hover {
    background-color: green;
    font-family: "Open Sans", sans-serif;
}

#theme {
    background-color: rgb(88, 216, 255);
    border: 0;
    border-radius: 100000000000px 0 0 100000000000px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

#controltype {
    background-color: rgb(88, 216, 255);
    border: 0;
    border-radius: 100000000000px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

#changetheme {
    background-color: rgb(88, 216, 255);
    border: 0;
    border-radius: 0 100000000000px 100000000000px 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 20%;
    transition: 100ms;
}
#changetheme:hover {
    background-color: rgb(72, 177, 209);
}
.keybindtxt {
    font-family: "Open Sans", sans-serif;
    font-size: 70%;
    margin: 0;
}

#customscramble {
    width: 50%;
    background-color: rgb(29, 142, 255);
    border: 0;
    color: white;
    border-radius: 10000000000000px;
    margin-top: 3%;
    transition: 100ms;
}
#customscramble:hover {
    background-color: rgb(24, 111, 197);
}


