body{
    margin:0;
    background-color: rgb(15,15,15);
    
}
.head{
    width:100%;
    height:90px;
    background-color: rgb(15, 15, 15);
    float:left;
    position:fixed;
    
}
.sidebar{
    width:50px;
    height:500px;
    background:rgb(15, 15, 15);
    position:fixed;
    float:left;
    top:50px;
  
}

.body{

    width:1050px;
    height:1200px;
    background:rgb(15, 15, 15);
    padding-left:60px;
    padding-top:55px;
}
.menu{
    width:15px;
    height:.6px;
    margin: 4px;
    background:white;
}
#menu{
    width:25px;
    height:20px;
    margin-left:18px;
    margin-top:13px;
    float:left;
}
.log{
   width:25px;
   margin-top:-2px;
   float:left;
   
}

.logo{
    width:100px;
    height:25px;
    margin-top:10px;
    margin-left:15px;
    color:white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    float:left;
}
h2{
    margin-top:1px
}
.search{
    width:530px;
    height:50px;
    margin-left:300px;
    background:rgb(15,15,15);
    
}
.searchbox{
    margin-top:7px;
    background:#121212;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border:.1px solid #222222;
    width:420px;
    height:26px;
    padding-left:10px;
    padding-top: 4px;
    float:left;
    color:white;
    font-size:medium;
}
.searchbox:focus {
    border-color: #1a73e8; /* Change to your desired color */
    outline: none; /* Remove default outline */
}

.searchbox::placeholder{
    color:rgb(86, 86, 86);
    font-size: 13px;

}
.sicon{
    border:1px solid #222222;
    
    margin-top:7px;
    background:#222222;
    width:50px;
    height:32px;
    cursor: pointer;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
}
.voice{
    background:#222222;
    border:none;
    border-radius: 30px;
    margin-left:10px;
    margin-top:px;
    align-items: center;
    cursor:pointer;
    width:32px;
    height:32px;
    
}
.account{
    width:183px;
    height:50px;
    
    float:left;
    margin-top:-50px;
    margin-left:925px
    
}
.creat{

    background:#222222;
    width:80px;
    height:28px;
    border:1px solid #222222;
    border-radius: 30px;
    margin-top:9px;
    color:white;
    font-size:medium;
    font-weight: bold;
    word-spacing: 5px;

}
.bell{
    margin-left:5px;
    background:#0f0f0f;
    border-radius: 30px;
    width:20px;
    border:none;
    
   
}
.pic{
    width:30px;
    height:30px;
 
    margin-left:130px;
    margin-top:-32px;
    border-radius: 30px;
    overflow: hidden;
}
.profile{
    width:35px;

}
.bar{
    align-items: center;
  
}
.icon{
    width:50px;
    height:60px;
    margin-left:5px;
    margin-top:-5px;
    background:none;
    border:1px solid transparent;
    color:white;
    font-weight: 500;
    margin-top:3px;
    border-radius: 10px;
    
    
}
.icon:hover{
    background:rgb(39, 39, 39);
}
.suggestion{

    width:60px;
    height:28px;
    border-radius:7px;
    border:none;
    text-align: center;
    color:white;
    font-weight: 800;
    background:rgb(28, 27, 27);
    margin-left:7px;
   
}
.suggestion:active{
    background:white;
    color:black;
}
.sugge{
    width:100%;
    height:28px;
    position:fixed;
    margin-left:50px;
    margin-top:50px;
    
}
.first{
   
    width:100%;
    height:1200px;
    margin-top:30px
}
.frame{
    width:340px;
    height:200px;
    float:left;
   
    border-radius: 9px;
   
}
.row1{
    width:100%;
    height:300px;
    
    color:white;
   font-weight: bolder;   
}
.block{
     width:340px;
    height:270px;
     float:left; 
     margin:5px;
     
}
.thumblogo{
   width:30px;
   height:30px;
   float:left;
   margin-top:10px;
}
.link{
    text-decoration:none;
    color:white;
}
.para{
    margin-top:210px;
    margin-left:40px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}
.details{
    margin-left:40px;
    margin-top:-5px;
    color:#969696;
    font-weight: 100;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}