.iklan {
      position: relative;
      max-width: 350px;
      left: 50%;
      transform: translateX(-50%);
    }

.iklan {
  position : fixed;
  background: #ee4e2e;
  color : white;
  top : 246px;
  width: 145px;
  height: 130px;
  z-index: 2;
  margin-left: 88px;
  text-align: center;
}