.floating-button-safe-exit{
  position: fixed;
  bottom: 30px;
  right: 65px;
  z-index: 1000 !important;
  background-color :#af0e0b;
  box-shadow: 2px 2px 3px #999;
  color: white;
  width: 180px;
  height: 40px;
  padding: 0px;
  border: none;
  text-align: center;
}

.floating-button-safe-exit:hover {
  background-color: #000000;
  color: #ffffff;
}


#copyright.overlay{
  z-index: unset;
}

.big-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 2%;
  /* fill:#9122e6; */
}

/* unvisited link */
h2 a:link {
  color: white;
  text-decoration: underline;
}
 
/* Dropdown Menu in navbar*/
div.dropdown-menu {
  background-color: #9122e6
}

.hide{
  display: none;
}