div.posisi {
      position: fixed;
      top: 50px; /* 20 pixels from the top of the viewport */
      right: 100px; /* 20 pixels from the right of the viewport */
      background-color: lightblue;
      padding: 10px;
      
	  text-color: white;
    }
	
	