.contact-button {
  position: fixed;
  top: 50%;
  right: -65px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.contact-button:hover {
  background-color: #222222;
}
