#y-descend {
      position: absolute;
      left: 220px;
      height: 440px;
      width: 15px;
      margin: 10px;
      padding: 10px;
      background-color: black;
    }
    
    #tail {
      position: absolute;
      top: 435px;
      left: 150px;
      height: 15px;
      width: 15px;
      margin: 10px;
      padding: 10px;
      background-color: black;
    }
    
    #tail2 {
      position: absolute;
      top: 435px;
      left: 80px;
      height: 15px;
      width: 15px;
      margin: 10px;
      padding: 10px;
      background-color: black;
    }
    
    #y-bot {
      position: absolute;
      top: 245px;
      height: 15px;
      width: 155px;
      margin: 10px;
      padding: 10px;
      background-color: black;
    }
    
    #y-side {
      position: absolute;
      height: 220px;
      width: 15px;
      margin: 10px;
      padding: 10px;
      background-color: black;
    }
    
    .lowercase-y {
      width:400px;
      height:500px;
      border: 1px solid black;
      z-index: -5;
    }