*{
   font-family: sans-serif;
   color: #fff;
   margin: 0;
   padding: 0;
}

body{
   background-color: rgb(0, 0, 0);
}
.Header{
   display: flex;
}

.Left-Slide{
   display: flex;
   flex-direction: column;
   position: fixed;
   left: 0;
   width: 300px;
   z-index: 0;
}

.XX
{
   height: 45px;
   width: 45px;
   position: relative;
   right: 100px;
}
.Left-Slide{
   padding: 15px 0px 8px 100px;
   margin-right: 35px;
   list-style: none;
}

.Left-Slide div a {
   color: white;
   text-decoration: none;
   font-size: 22.5px;
}

.First_Icon{
   padding: 10px 0px;
}

.QW:hover{
   background-color: rgb(54, 55, 57);
   border-radius: 5px 20px 20px 5px;
   padding: 10px 5px;
}

.Left-Slide button{
    position: relative;
    top: 5px;
    border: 0px;
    width: 220px;
    height: 48px;
    color: #fff;
    border-radius: 25px;
    background-color: rgb(29 155 240);
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.Home{
   background-color: transparent;
   position: relative;
   top: 2.5px;
   padding-right: 14px;
   height: 25px;
   width: 25px;
}

.XX{
    padding: 0px 0px 0px 90px;
}

.Center {
   width: 42%;
   text-decoration: none;
   list-style: none;
   position: absolute;
   left: 400px;
}

.first{
   display: flex;
   justify-content: space-around;
}

.For-tag1{
   padding: 20px 0px;
}

.For-tag1 a{
   color: rgb(107, 111, 114);
   text-decoration: none;
}

.Profile_Content{
   display: flex;
   
}

.P_Content{
   margin-top: 15px;
   display: flex;
   flex-direction: column;
}

.Verified{
   display: flex;
}

.Verified img{
   margin-top: 4px;
   height: 15px;
   width: 15px;
}

.Profile img{
   height: 40px;
   width: 40px;
   margin: 15px;
   border-radius: 50%;
}

.POST{
   margin-left: 60px;
   height: 500px;
   width: 500px;
   border: 1px solid rgb(54, 55, 57);
   border-radius: 20px;
}

.Comment_Like_Section{
   margin-left: 60px;
   margin-top: 20px;
   display: flex;
}

.Comment_Like_Section img{
   height: 15px;
   width: 15px;
}

.Comment_Like_Section p{
   padding-left: 8px;
   padding-right: 50px;
   margin-bottom: 10px;
}

.hrule{
   background-color:rgb(54, 55, 57);
   width: 100%;
   height:1px;
}

.vrule{
   background-color:rgb(54, 55, 57);
   width: 1px;
   height:770px;
   position: fixed;
}

.Right{
   padding-top: 5px;
   padding-left: 30px;
   position: fixed;
   right: 0;
}

.Search-box{
   width: 350px;
   height: 45px;
   border: 0px;
   border-color: rgb(29 155 240);
   font-size: 15px;
   padding-top: 1.3px;
   padding-left: 50px;
   background-color: #202327;
   border-radius: 20px;
}

.Sub{
   margin-top: 10px;
   height: 130px;
   width: 330px;
   padding: 15px;
   border-radius: 13px;
   padding-left: 10px;
   background-color: transparent;
   border: 1px solid rgb(54, 55, 57);
}

.Sub_Button:hover{
   background-color: rgb(29 155 240);
}

.Sub_Button{
   color: #fff;
   margin-top: 15px;
   height: 35px;
   width: 100px;
   border: 0;
   font-size: 15px;
   font-weight: 600;
   border-radius: 25px;
   background-color: rgb(29 155 240);
}

.happening{
   margin-top: 10px;
   height: 510px;
   width: 330px;
   padding: 8px 10px;
   padding-left: 10px;
   border-radius: 13px;
   border: 1px solid rgb(54, 55, 57);
}

.TRow{
   display: flex;
}

.Trow_head a{
   position: relative;
   padding-left: 10px;
   font-size: 15px;
   text-decoration: none;
   color: #fff;
}

.EA{
   height: 80px;
   width: 100px;
   border-radius: 15px;
}

.web{
   display: flex;
   flex-direction: column;
}

.pr{
   font-size: 12px;
   padding-left: 10px;
   font-weight: 200;
   color: rgb(107, 111, 114);
}

.Trend{
   padding-top: 30px;
}

.posts{
   font-size: 12px;
   font-weight: 200;
   color: rgb(107, 111, 114);
}

.fl{
   display: flex;
   justify-content: space-between;
   text-decoration: none;
   padding-bottom: 5px;
}

a{
   text-decoration: none;
}

.more_dot{
   height: 10px;
   width: 10px;
   padding-right: 15px;
}

.HL{
   padding-bottom: 5px;
   font-size: 15px;
}

.final a{
   position: relative;
   top: 35px;
   color: rgb(29 155 240);
}
