/* Logout Button */

.logout-button {
  display: inline-block;
  position: absolute;
  top: 1.4rem;
  left: 3%;
  cursor: pointer;
  z-index: 10001;
  font-size: 14px;
  color: rgb(55, 55, 55);
}
