
.start{
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 80px;
  height: 36px;
  background-color: rgba(255, 214, 136, 0.7);
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}

