body {
  background-image: url(http://cdn.backgroundhost.com/backgrounds/subtlepatterns/retina_wood.png);
  background-color: #ffe0b2;
}

.container{
  width: 440px;
  height: 440px;
  margin: 50px auto 20px auto;
/*  overflow: hidden;*/
  position: relative;
}

.row {
  margin:0 !important;
}

.butn{
  width:220px !important;
  height: 220px;
  border: 5px solid #333;
  cursor: pointer;
}

#b1{
  border-top: 10px solid #333;
  border-left: 10px solid #333;
  border-top-left-radius: 100%;
}

#b2{
  border-top: 10px solid #333;
  border-right: 10px solid #333;
  border-top-right-radius: 100%;
}

#b3{
  border-bottom: 10px solid #333;
  border-left: 10px solid #333;
  border-bottom-left-radius: 100%;
}

#b4{
  border-bottom: 10px solid #333;
  border-right: 10px solid #333;
  border-bottom-right-radius: 100%;
}

#control{
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 10px solid #333;
  position: absolute;
  top: 95px;
  left: 95px;
}

#control h3{
  font-family: 'Roboto Slab', serif;
  color: #333;
}

#counter{
  padding: 5px;
  margin-top:0;
  margin-bottom: 20px;
  font-size: 20px;
  border-radius: 3px;
}

footer{
  padding: 15px;
  text-align: center;
  color: #333;
}

.modal{
  width:600px;
}