*{padding: 0;
    margin: 0;}
    body{
        background-color: black;
        height: auto;
    }

    header
    {        position: fixed;

       width: 100%;
    height: 100px;
  display: flex;

align-content: center;
text-align: center;
justify-content: space-between;
}
    

    .but1 {
        margin: 20px;
        height: 45px;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        text-align: center;
        flex-wrap: nowrap;
        flex-direction: column;
        border-style: none;
        background-color: rgba(255, 255, 255, 0.151);
        transition-duration: 0.5s;
        font-size: 15px;
        font-family: arial;
        list-style-type: none;
        text-decoration: none;
        border-radius: 0px;
        border-style: none;
        border-radius: 0 !important;
            outline: 0px solid transparent;
      }
      
      
      .a1 { list-style-type: none;
        text-decoration: none;
        color: black;}
      
        .a1:hover { list-style-type: none;
            text-decoration: none;
            color: black;}
            
      
      
      
            .but1:hover {        text-decoration: none;
                list-style-type: none;
                background-color: white;
                color: rgba(255, 255, 255, 0.4);
            
            }
      
      :root {
          --crsl-bg: transparent;
           
        }
         
        html, body {
          padding: 0;
          margin: 0;
          width: 100%;
          height: auto;
          
           
       
        }
      
        html > p, body > p {
          font-size: .95em;
          font-weight: bold;
          position: absolute;
          top: 7.5%;
          width: 100%;
          
          letter-spacing: 4px;
          text-transform: uppercase;
          text-align: center;
          color: white;
          user-select: none;
        }
    .container{
        background-color: black;
        width: 100%;
        height: auto;
        display: flex;
    justify-content: space-between;
    align-content: center;
    align-self: center;
    text-align: center;
    flex-direction: row;
    }
    .divtext{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        align-self: center;
        width: 50%;
        justify-content: space-between;
    }
    .text{
        width: 50%;
        font-size: 20px;
        color: rgb(195, 195, 195);
    
    }
    .cover{
       
    background-image: url(cover.jpg);  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
        width: 50%;
        height: 100vh;
        display: flex;
        align-self: center;
        align-items: center;
        justify-content: flex-end;
        
        
    }
    .small{
        align-self: center;
        align-items: center;
        height: 250px;
        margin-right: -50px;
    }
    
    h1{ color: white;
        padding: 15px;
    }
    
    .bottles{display: flex;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    flex-direction: row;
    }
    .img1 {
        height: 220px;
    }
    .img2{height: 220px;
    }
    .img1:hover{
        height: 400px;
    }
    .img2:hover{
        height: 400px;
    }
    .small:hover{
        height: 580px;
        margin: -120px;
    }
    h1:hover{
        color: orange;
    
    }
    
    .log{
      
        width: 160px;
        height: 250px;
              
    }
     
    
    .log:hover{
        width: 170px;
        height: 260px;
           
    }


    @media only screen and (max-width: 770px   ) {

        body{
            height: 100vh;
        }
        
       .cover{
            display: flex;
            align-items: center;
            align-self: center;
            align-content: center;
          display: none;
        }
        .img1{       height: 250px;
            
        
        }
        .img2{    
        
            height: 250px;
        
        }
        
        
        .img44 {
            display: table;
            height: 250px;
            
        
        }
        .img44:hover{
            height: 220px;
        }
        
        .img1:hover{
            height: 220px;
        }
        .img2:hover{
            height: 220px;
        }
        
        
        .small{
            display: none;
        }
         
        .bottles{
            justify-content: space-around;
            display: flex;
            flex-direction: column;
        }
        h1{     color: black;
            padding-top: 35px;
            font-size: 15px;
            
            
        } 
        .but1 {
            height: 40px;
            width: auto;}
        
        .a1{ font-size:10px;
            
    
        }

.log{
    display: none;
}

          
            p{
                display: none;
            }
         
        .divtext{
            width: 100%;
            height: 100vh;
           background-image: url(cover.jpg);
          background-size: cover;
    background-position: center;  background-repeat: no-repeat;

    
    
        }











        }    

        @media only screen and (max-width: 425px   ) {
        
            .divtext{
                width: 100%;
                height: 100vh;
               background-image: url(cover.jpg);
              background-size: cover;
        background-position: center;  background-repeat: no-repeat;
    
        
        
            }
        
        
        }