body{
    background-color: #009788;
    font-family: "AlteHaas", sans-serif;
    text-align: center;
}

.container{
    width: 100%;
}

p{
    color: white;
    font-size: 30px;
}

#clock{
    width: 100%;
    text-align: center;
}

#progressbarcontainer{
    transform: rotate(180deg);
}

.bottomsection{
    width: 80%;
    margin: 0 auto;
}

.bottom{
    display: inline-block;
}

.roundbottom{
    border-radius: 50%;
    background-color: white;
    border: 0;
    width: 5rem;
    height: 5rem;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 30px;
}

.bottom1{
    float: left;
    width: 49%;
}
.bottom2{
    float: right;
    width: 49%;
}

.selector{
    background-color: white;
    padding: .8rem 1.4rem .9rem .8rem;
    width: 30%;
    border-radius: .5rem;
    -noz-appearance; none;
    -webkit-appearance; none;
    appearance; none;
    font-size: 1rem;
    text-align: center;
}