body {
  background-color: rgb(0,0,0);
  font-family: Ubuntu;
  color: #ffff33;
  font-weight: normal;
}

h1 {
  text-align: center;
  font-weight: bolder;
  color: white;
 }

#circle {
    clear: left;
    background: #ffff33;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
  padding-top:50px;
    line-height: 30px;
    border: 3px solid #ffff33;
    margin: 0 auto;
    font-size: large;
    color: white;
    text-shadow:
     -1px -1px 0 #000,
      1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
    */
}

#controls {
  text-align: center;
  margin: 0 auto;
  width: 242px;
  border: 0px;
}

.ctrl {
  float: left;
  border-radius: 15px;
  border: 3px solid #ffff33;
  padding: 3px;
  margin: 0 auto;
  width: 120px;
  margin-bottom: 5px;
}

a { text-decoration: none; color: #ffffff; }
a:hover { text-decoration: underline; }

.footer {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1.5px;
  padding-top: 5px;
  // border-top: 3px dashed #ffff33;
  text-decoration: none;
  position:fixed;
  bottom:0px;
  left:30px;
  z-index:1}
}
