.sign-out {
  background-color: white;
  border: 1px solid $mint;
  color: #000;
  position: absolute;
  font-size: 12px;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  padding: (12em / 12);
}
