.penis-container {
  position: relative;
  height: 400px;
}

.helping-hand {
  position: absolute;
  top: 0;
  left: 400px;
}

body {
  background-image: url("./images/floki.jpg");
  background-size: cover;
}

.visible-content {
  font-family: "MedievalSharp", cursive;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  background-color: #464646;
  color: white;
  font-size: 4rem;
}

.num-wanks {
  margin-bottom: 20px;
}

input[type="range"]::-webkit-slider-thumb::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: red;
}
