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

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

h1 {
  background-color: black;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
}

.container {
  text-align: center;
  width: 440px;
  margin: 0 auto 0 auto;
  //border: 1px dashed black;
background-color: #333333;
background-image: url("https://www.transparenttextures.com/patterns/arabesque.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.control_item {

  background-color: #808080;
  display: inline-block;
  border-radius: 5%;
  width: 100px;
  text-align: center;
  margin: 8px 2px 2px 2px;
  color: black;
  font-weight: bold;
  max-width: 100px;
  height: 30px;
  line-height: 30px;
}

.controls {
  height: 50px;
  margin: 0 auto 10px auto;
  background-color: black;
  text-align: center;
}

.col-sm-3 {
  display: inline-block;
  
}

.pad {
  
  display: inline-block;
  border-radius: 50%;
  width: 150px;
  height: 140px;
  border: solid 3px black;
  margin: 2px;
  cursor: not-allowed;
}

#red { background-color: red; }
#yel { background-color: yellow; }
#gre { background-color: green; }
#blu { background-color: blue; }

#info {
  margin-top: 10px;
  background-color: black;
  text-align: center;
  padding: 10px 5px 10px 5px;
  margin: 10px auto 0 auto;
  height: 2em;
  // border: 1px solid black;
}

.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}  
}