.maindiv{
    position: absolute;
    left: 300px;
}

.profile-container{
    width: 1000px;
    height: 300px;
}

.Profile-photo{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-top: 80px;
    margin-left: 70px;  
}

.profile-username{
    display: inline-flex;   
    height: 50px;
    width: 900px;
    position: absolute;
    justify-content: space-around;
    top: 60px;
    margin-left: -115px; 
}


.profile-follow{
    margin-left: -320px;
    margin-top: 8px;
    padding: 7px 20px;
    border-radius: 9px ;
    border: none;
    background-color: #eceaeaf7;  
}

.profile-msg{
    padding: 7px  20px;
    border-radius: 9px ;
    border: none;
}

.profile-request-btn{
    padding: 7px 8px;
    border-radius: 9px ;
    border: none; 
}

.request-btn{
    height: 13px;
}

.followers{
    margin-top: 20px;
    margin-left: -80px;
}

.user-name{
    margin-top: 60px;
}

.bio{
    margin-top: 100px;
}

.other{
    margin-top: 140px;
}

.heighlight-div{ 
    width: 600px;
    height: 150px;
    margin-top: 5px;
}

.heighlight-photo{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-top: 30px;
    justify-content: space-evenly;
    margin-right: 30px;
}

.navbar{
    height: 30px;
    width: 100%;
    gap: 250px;
    position: relative;
    justify-content:center;
    display: flex; 
    margin-top: 10px;
}
.post1{
    height: 300px;
    width: 300px;
    margin-top: 30px;
    margin: 0 auto;;
    transition: 1s;
}


.navbar-footer{
    margin-top: 40px;
    text-align: center;  
    margin-bottom: 30px;  
}

.english{
    text-align: center;
    border: none; 
    position: relative;
    justify-content: center;
    margin-bottom: 50px;

}

*{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
