@font-face {
  font-family: myFirstFont;
  src: url(COOPBL.TTF);
}

.AboutBody {
   background-color: var(--colorLight2);
    /* height: calc(100vh - 170px);  */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 20px 20px 0px 20px;
}

.PipeWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
}

.Pipe {
  display: block;
  width: 27vh; 
  margin-left: 10px;
}

.PipeExplosion {
  display: none;
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 30vh; 
}

.PipeWrapper:hover .PipeExplosion {
  display: block;
}


.WeeklyVerse {
  font-family: myFirstFont;
  text-align: center;
  color: rgb(29, 29, 29);
}

.WeeklyVerseText {
  margin: 10px 0px 40px 0px;
}

.rightPanle {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    position: absolute;
    right: 0;
    bottom: 0;
}

.wojakImg {
  height: 45vh;
}

