
.post-it {
  background: #fffc7f none repeat scroll 0;
  font-family: verdana;
  font-size: 1.1em;
  padding: 10px;
  position: fixed;
  width: 130px;
  top: 2px;
  right:92px;
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  z-index:9890;
  text-justify: none;
  text-align: center;
  transform: rotate(4deg);
}

