body,
html {
  width: 100%;
  height: 100%;
}
* {
  position: relative;
}

body {
  margin: 0;
  background: #20253f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.demo {
  border: 1px solid grey;
  width: 400px;
  height: 400px;
  background: #d6deff;
}

.herman {
  position: absolute;
  width: 100px;
  bottom: 0;
  left: 150px;
}

.hermanWrapper {
  width: 100%;
  height: 300px;
  /* border:1px solid red;   */
  overflow: hidden;
}

.hole {
  position: absolute;
  width: 150px;
  height: 20px;
  border-radius: 50%;
  background: black;
  left: 125px;
  top: 290px;
}
