* {margin = 0;
padding = 0;
}
div .githublink {
  background-color :#FFFFFF ;
  margin:3px;
  border:1px solid #bebebe;
  height:62px;
  width:auto;
  position: absolute; top:0; right: 0; 
  }
div .githublink img {
  height:54px;
  display:inline;
  margin:3px;
  border:1px solid #bebebe;
  background :#FFFFFF ;
  z-index: 1;  }

div .githublink a:hover img
  {
  border:1px solid #333333;
  }


.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
 
.feedbackCon img {
border-radius: 40px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}


code {
    background-color: rgba(0,0,0,0.04);
    padding: 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
pre {
    display: block;
    padding: 16px;
    overflow: auto;
    font-size: 95%;
    line-height: 1.45;
    background-color: #f7f7f7;
    border-radius: 3px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
pre>code {
    background-color: transparent;
    padding: 0;
    border: 0;
}