.zakwannotibar {
    position: absolute;
    z-index: 101;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    background: #ff9700;
    color: #03353E; 
    width: 100%;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
    font-family: 'Poppins';font-size: 14px;
}

.zakwannotibar a {
  color: #03353E;
}