#five-bintang-partnership-button {
    position: fixed;
    bottom: 5.5rem;
    right: 0.5rem;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    /* 5INTANG logo. */
    /*background-image: url(https://i.imgur.com/MvJ9dox.png);*/
    background-image: url('/partnership/5intang.png');
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: 85%;
    z-index: 2147483639;
    background-color: white;
    cursor: pointer;
}

#five-bintang-partnership-button p {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 0;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#five-bintang-partnership-button span {
  line-height: 0;
  font-family: sans-serif;
  color: white;
}