.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 105px;
  bottom: 0;
  z-index: 1;
  padding-top: 10px;
  background-color: rgba(88, 84, 80, 0.3);
  backdrop-filter: blur(4px);
}

.p1:active {
  color: #ffffff;
}

.p2:active {
  color: rgba(255, 255, 255, 0.5);
}

.p1 {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #ffffff;
  background-color: #EA594F;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.p2 {
  text-align: center;
  font-weight: 300;
  height: 48px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.p2:hover {
  font-weight: 700;
  color: #ffffff;
  background-color: #EA594F;
}