.postfoot a:nth-child(5){
  position:fixed;
  top:48%;
  left: -5px;
  display:inline-block;
  text-align: center;
  width: 60px;
  height:20px;
  line-height: 20px;
  font-size: 20px;
  background-color: #e27aff;
  margin-right: 35px;
  border: 1px solid purple;
  border-radius: 9px;
  }
  #title {
  color: red;
  box-shadow: 3px -3px 3px 3px grey;
  font-size: 0.8rem;
  }
  .postDesc a:nth-child(5) {
  position:absolute;
  right:30%;
  top: -60px;
  display:inline-block;
  text-align: center;
  width: 80px;
  height:20px;
  line-height: 20px;
  font-size: 10px;
  background-color: #FFE17A;
  margin-right: 35px;
  border: 1px solid purple;
  border-radius: 9px;
  }
  #main{
  position: relative;
  }
  #taggg{
  position:absolute;
  right:30%;
  top: 10px;
  display:inline-block;
  text-align: center;
  width: 160px;
  height:40px;
  line-height: 40px;
  font-size: 20px;
  background-color: #FFE17A;
  margin-right: 35px;
  border: 1px solid purple;
  border-radius: 9px;
  }
  #ltotop{
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FFE17A;
  border-radius: 10px;
  position:fixed;
  top:50%;
  left: -10px;
  }
  #rtobottom{
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FFE17A;
  border-radius: 10px;
  position:fixed;
  top:55%;
  left: -10px;
  z-index: 33;
  }
  
  #tip{
  width: 210px;
  height: 110px;
  line-height: 40px;
  text-align: center;
  background-color: #FFE17A;
  border-radius: 10px;
  position:fixed;
  top:80%;
  left: -10px;
  z-index: 33;
  }
  blockquote {
  background-color:  #BBF1FF;
  font-style: normal;
  }
  p.postfoot a:nth-child(1) {
  position:absolute;
  right:30%;
  top: 1px;
  display:inline-block;
  text-align: center;
  width: 80px;
  height:20px;
  line-height: 20px;
  font-size: 20px;
  background-color: #FFE17A;
  margin-right: 35px;
  border: 1px solid purple;
  border-radius: 9px;
  }