

body{
    margin: 0;
    padding: 0;  
    overflow: hidden;
    background-color: black;
    
}

.background{
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    image-rendering: auto;
    filter: brightness(60%);  
}

.logo {
    left: 5px;
    position: absolute;
    filter: brightness(2);
    width: 230px;
    z-index: 1000;
}



.menu-bar {
    position: absolute;
    top: -90px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap:20px;  
    transform: scale(0.7);
}

.menu{
    margin-top: 90px;
}
.menu2 img {
    margin-top: 30px;
    width: 110px; 
    height: 120px; 
}
.setting{
    margin-top: 600px;
}

p{
    line-height: 1.3;
    text-align: left;
    text-align: justify;
    position: absolute;  
    top: 440px;  
    left: 50%; 
    transform: translate(-50%, -80%);  
    color: white;  
    font-size: 30px; 
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
}

h2{
    text-align: left;
    position: absolute;  
    top: 290px;  
    left: 49%; 
    transform: translate(-50%, -50%);  
    color: white;  
    font-size: 50px; 
    font-weight: bold; 
    font-family: 'Inter', sans-serif; 
}

button{     
    font-size: 24px;
    border: none;
    outline: none;
    padding: 10px;
    align-items: center;
    gap: 5px;
    display: flex;
    justify-content: center;
    color: white;
    background-color: red;
    height: 58px;
    width: 210px;
    border-radius: 30px;
    position: absolute;  
    top: 150px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
}
.bookmark{
  top: 126%;
  position: absolute;
  left: 25%;
  z-index: 1000;
}

.star{
  top: 126%;
  position: absolute;
  left: 34%;
  z-index: 1000;
}
button img{
    width: 60px; 
    height: auto;
}
a{
    justify-content: center;
    display: flex;
    align-items: center;
}
.xemngay{
    margin-left: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    color: white;
    font-size: 24px;
    text-decoration: none;
    font-family: 'Inter', sans-serif; 
}