*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    


}

body{
    background-color: black;
    color: #b7b7b7;
    font-family: sans-serif;
    height: 3000px;
    width: 100%;
    
    
}

.head-body{
    
    background-color: black;
    height: 200px;
    width: 100%;
    
    
}
.head-up{
    width: 94%;
    height: 70%;
    background-color:black;
    padding-left: 440px;
    padding-top: 35px;
    margin-left: 40px;
    
     

}
.head-copy{
    text-decoration: none;
    color: #b7b7b7;
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    transition: color 0.5s ease;
 
    
}
.head-copy:hover {
  color: brown;  
}
.head-2{
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-stretch: normal;
    line-height: 1.5;
    margin-left: -72px;
    
}
.head-down{
    width: 94%;
    height: 30%;
    background-color: black;
    margin-left: 40px;
    font-size: 14px;
    border-top: 1px solid #2f2f2f;

  
}
.ul-list{
    list-style: none;
    display: flex;
    
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nave-li{
    margin-right: 28px;
    margin-top: 20px;
    transition: color 0.5s ease;
    cursor: pointer;
    
}
.nave-li:hover{
    color: brown;
}

.select{
    background-color:black;
    color: white;
    width: 18px;
    border: none;

}
.option{
   font-size: 18px;
   font-weight: 400;
   
}
.body{
    width: 100%;
    height: 2000px;
    background-color: black;
    
    
}
.tea-image{
    background-image: url(kopikortea.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.body-para{
    color: rgb(122, 122, 122);
    font-family: Roboto, sans-serif;
    background-color: black;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.6px;
    height: 142.26px;
    line-height: 35.2px;
    text-align: center;
    position: absolute;
    left: 115px;
    top: 950px;

}
.para-2{
    margin-top: 30px;
}
.coffee-beansimg{
    background-image: url(coffee-beans-img.webp);
    background-size: cover;
    background-position: center;
    width: 880px;
    height: 495px;
    position: absolute;
    top: 1132px;
    left: 208px;
}
footer{
    width: 100%;
    height: 500px;
    background-color: black;
   
    

}
.footer{
    position: relative;
    top: 800px;
    margin-left: -27px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.footer-li , .footer-liinsta,.footer-liutb,.footer-lilink{
    width: 35px;
    height: 35px;
    background-color: #0866ff;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    margin-right: 100px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}
.tag-body{
    width: 70%;
    height: 40px;
    padding-left: 175px;
   
    
    
}
.tag-ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -14px;
    

}
.footer-liinsta{
    background-color: #2f2f2f;
    
}
.footer-lilink{
    background-color: #0a66c2;
}
.footer-liutb{
    background-color: red;
}
.foot-disclime{
   width: 70%;
   height: 20px;
   position: absolute;
   top: 350px;
   padding-left: 300px;
   color: #999;
   font-size: 14px;
   margin-top: 93px;
   
   
}
span{
    color: white;
    font-size: 13px;
    font-weight: normal;
    
}
.span{
    transition: color 0.5s ease;
    cursor: pointer;
}
.span:hover{
    color: brown;
    text-decoration: underline;

}
.btn{
    width: 40px;
    height: 40px;
    background-color: red;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    font-weight: bold;
    transform: rotate(-90deg);
    font-stretch: expanded;
    font-family: Arial, sans-serif;
    position: fixed; 
 

}
.button{
  position: absolute;
   top: 580px;
   left: 1185px; 


 
    
} 

.btn:hover{
    background-color: white;
    color: black;
    transition: 1s ;
    border: 1px;

}











