

.friend {
  display: none;
}


.reveal {
  position: fixed; 
  bottom: 20px; /* distance from bottom */ 
  right: 20px; /* distance from right */ 
  z-index: 999; /* keeps it above other elements */
}

