.pein-back {
  min-height: 80vh;
  min-width: 50vh;
  box-shadow: 10px 10px 20px rgba(176, 176, 176, 0.3);
  background-image: url(./pein-logo-wh.svg);
  background-size: contain;
  background-repeat:no-repeat;
  background-position: top center;
  background-attachment:scroll;
  background-blend-mode: multiply;
}
.pein-front {
  min-height: 80vh;
  min-width: 50vh;
  box-shadow: 10px 10px 20px rgba(176, 176, 176, 0.3);
  background-size: contain;
  background-repeat:no-repeat;
  background-position: top left;
  background-attachment:scroll;
  background-blend-mode: multiply;
}
.pein-small-back {
  min-height: 80vh;
  min-width: 50vh;
  box-shadow: 10px 10px 20px rgba(176, 176, 176, 0.3);
  background-image: url(./pein-logo-wh.svg);
  background-size: 20%;
  background-repeat:no-repeat;
  background-position: top right;
  background-attachment:scroll;
  background-blend-mode: multiply;
}
.row {
  position: relative; 
  left: 0px;  
  top:0px;
  display: flex;
  align-items: left;
  margin-bottom: 1px;
  font-family: Arial, sans-serif;
}

.text {
  flex: 1;
}

.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 1px;
  color: #333;
}

.copy-btn:active {
  transform: scale(0.9);
}

