select {
  z-index: 4;
  background-color: #1f1f1f;
  color: white;
  position: absolute;
  right: 0;
  width: 9rem;
  opacity: 0.5;
  transition: opacity 0.5s;
}

select:hover {
  opacity: 1;
}