
.bauble {
     width: 92px;
    height: 79px;
  border-radius: 50%;
  margin-right: auto;
    margin-left: -34px;
  border: #26709f solid 3px;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  font-weight: 300;
  background-color: #26709f;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 1);

}

.bauble a{
color: white;
}

.top {
  width: 20px;
  height: 10px;
  background-color: #b3a400;
  margin: auto;
  margin-bottom: -1px;
}
.tag {
  width: 8px;
  height: 5px;
  background-color: #b3a400;
  margin: auto;
  margin-bottom: -1px;
}
.string {
  width: 2.4px;
  height: 200px;
  background-color: #26709f;
  margin-top: 14px;
  margin-left: 7px;
  margin-bottom: -1px;
   box-shadow: 0 15px 25px rgba(0, 0, 0, 1);
}
@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
  }
}
@keyframes swinging {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.swing-1 {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3s ease-out forwards infinite;
}

.feedback {
  background-color : #31B0D5;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #46b8da;
}

#mybutton {
  position: fixed;
  bottom: -4px;
  left: 10px;
}