#example1 {
  border: 2px solid white;
  padding: 10px;
  border-radius: 105px;
  height: 120px;
  width: 120px;
}

#example2 {  
  border: 2px solid white;
  padding: 10px;
  border-radius: 110px;
  height: 150px;
  width: 150px;
}

#example3 {  
  border: 2px solid white;
  padding: 12px;
  border-radius: 150px;
  height: 170px;
  width: 170px;
}


#left {
  border: 2px solid white;
  padding: 10px;
  border-radius: 150px;
  height: 10px;
  width: 10px;
  top: 55px;
  left: 85px;
  position: absolute;
}


#right {
  border: 2px solid white;
  padding: 10px;
  border-radius: 150px;
  height: 10px;
  width: 10px;
  top: 55px;
  left: 40px;
  position: absolute;
}

#dil1 {
  border: 2px solid white;
  padding: 10px;
  border-radius: 150px;
  height: 1px;
  width: 1px;
  top: 88px;
  left: 67px;
  position: absolute;
}


#dil2 {
  border: 2px solid white;
  padding: 10px;
  border-radius: 150px;
  height: 1px;
  width: 1px;
  top: 100px;
  left: 100px;
  position: absolute;
}


#dil3 {
  border: 2px solid white;
  padding: 10px;
  border-radius: 150px;
  height: 1px;
  width: 1px;
  top: 120px;
  left: 70px;
  position: absolute;
}


#dil4 {
  border: 2px solid white;
  padding: 10px;
  border-radius: 150px;
  height: 1px;
  width: 1px;
  top: 100px;
  left: 37px;
  position: absolute;
}





body {background-color: #000033;}

#example1{background-color: white;}

#example2{background-color: white;}

#example3{background-color: white;}

#left{background-color: #050505;}

#right{background-color:#050505;}

#dil1{background-color:#faab34;}

#dil2{background-color:#050505;}

#dil3{background-color:#050505;}

#dil4{background-color:#050505;}



