 
.nav {
    width: 100%;
    height: 80px;
    background-color: hsl(0,0%,8%);
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
     position:fixed;
    margin-top: 1px;
    
    
    
}
 
.left {
    width: 26%;
    height: 100%;
    padding-top: 10px;
    padding-left: 12px;
}
.right {
    color: white;
    width: 26%;
    display: flex;
    padding: 2%;
    font-size: 25px;
     
}
#center{
    width: 46%;
    display:grid;
    grid-template-columns: repeat(8,1fr);
    grid-template-rows: 100%;
    grid-gap:20px;
    color: white; 
    justify-content: center;
}
button{
    border: 0;
}
#head:hover {
    background-color:  rgb(166,124,82);
}
#head{
    text-align: center;
    padding-top: 30px;
}
.right{
    width: 20%;
    padding-left: 95px;
    padding-top: 25px;
    display:grid;
    grid-template-columns: repeat(9,1fr);
    grid-template-rows: 100%;
    grid-gap:0px;
    color: white; 
    justify-content: center;
    
}
.right>div:hover{
    color: rgb(166,124,82);
}
#slid{
height: 380px;
width: 90%;
border: 1px solid black;
margin: auto;
margin-top: 10px;
display: grid;
grid-template-columns: repeat(4,1fr);
grid-template-rows: 100%;

}
#card{
    display: flex;
    height: 100%;
    width: 90%;
     
    margin: auto;
    margin-top: 5px;
}
#left1 {
    
    height: 100%;
    width: 63%;
     
    margin: auto;
}

#latest{
    height: 30px;
    width: 180px;
     
    text-align: center;
    padding-top: 12px;
    background-color: rgb(131,131,131);
    font-size: 15px;
    color: white;
}
#line{
    height: 1.5px;
    width: 100%;
    background-color: rgb(131,131,131);
}
#post{
    height: 100%;
    width: 100%;
    
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(5,1fr);
    text-align: center;
    justify-content: space-evenly;
    grid-gap:10px;


}
#post>div>div{
    display: flex;
    padding-left: 25%;
     
      
     
}
p{
    line-height: 1px;
    color: rgb(166,124,82);
}
#post>div>div:hover{
    cursor: pointer;
}
#line1{
    height: 3px;
    width: .1%;
    margin: auto;
    background-color:rgb(166,124,82);
}
button{
    margin-top: 15px;
    background-color:rgb(166,124,82) ;
    height: 30px;
    width: 160px;
    font-weight: bold;
    color: white;
}
h4{
    color: rgb(224, 224, 224);
}
h3{
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    
}
h3:hover{
    cursor: pointer;
    color: gainsboro;
    
}
button:hover{
    cursor: pointer;
    background-color: rgb(216, 148, 81);
}
#scarch{
    height: 30px;
    width: 100%;
    color: white;
}
#right1 {
    
    height: 100px;
    width: 33%;
    color: white;
    
   
}
#scarch{
    height: 15px;
    width: 300px;
    color: white;
    background-color:rgb(0, 0, 0) ;
}
#logo{
    height: 50px;
    width: 98%;
    display: flex;
}
#right1>h3:hover{
    text-decoration: underline;
    color: rgb(166,124,82);
} 
 
 
 
 
 
 

