.alcohol{
    border: 0cm;
}

.fixed-wrap {
    z-index: -1;
    clip: rect(0, auto, auto, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(59, 59, 59), black);
  }
  #fixed {
    z-index: -1;
    background-image: url('img/IMG-20230219-WA0015.jpg');
    opacity: 0.2;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
  }