

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.149) 0%, rgba(0, 0, 0, 0.625) 100%), url( "/img/suppliers-orders-photo/img1.png"); 
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    margin: 0;
    padding: 0; 
 
}

.header {
    background-color: rgba(0, 0, 0, 0.700);
    color: white;
    margin: 0 auto;
    padding: 2px 5px;
    width: 100%;
    position:fixed;
}

.shot {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.408);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 1000;
    

}
.shot button {
    border: none;
    background-color: transparent;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.774);
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); 
    z-index:1000;
    margin-top:20px;
  }

  .footer-container {
    max-width: 1200px; 
    margin: 0 auto; 
    display: flex;
    justify-content: space-evenly; 
    align-items: center; 

  }
  .footer-item {
    display: flex;
    align-items: center;
    padding: 0 30px; 
    border-right: 2px solid white; 
}

.footer-item:last-child {
    border-right: none; 
}
 
