.rightSiderbar {
    width: 80px;
    height: 200px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .rightSiderbar a img {
    width: 75px;
    height: 70px;
  }
  