* {
    font-family: Arial, Helvetica, sans-serif;
}

html,
body,
div {
    margin: 0;
    padding: 0;
    border: 0;

}

#top {
    padding-top: 100;
    margin: auto;
    width: 80%;
    height: 70px;
    display: grid;
    grid-template-columns: 1.5fr 4fr;
    gap: 30%
}

#top>div>img {
    width: 90%;
    height: 50%;
    margin: 5%;
}

#leftDiv {
    display: flex;
    gap: 10px;
}

#leftDiv>div {
    display: flex;
    gap: 10px;
    /* margin-top: 7px; */
}

#leftDiv>div>a>img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
}

#leftDiv>div>img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
}

a {
    text-decoration: none;
}

#bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    height: auto;
    font-weight: bold;
    background-color: #0072bf;
}

#bottom>div {
    text-align: center;
    padding: 1%;
}

#bottom>div>a {
    color: white;
}

#bottom>div:hover {
    background-color: #00548f;
}

#bottom2 {
    display: flex;
    justify-content: center;
    height: auto;
    background-color: #00548f;
}

#bottom2>div>a {
    text-decoration: none;
    color: white;
}

#bottom2>div {
    padding: 1%;
    color: white;
}

#profile-heading{
    width: 75%;
    margin: auto;
    border: #0066ee;
    font-family: "Neue Plak UA", Helvetica, Arial, -apple-system, sans-serif;
}
#profile-info {
    display: grid;
    grid-template-columns: 3fr 1fr;
    /* border: 1px solid black; */
}

#profile-box {
    display: flex;
    width: 65%;

    /* border: 1px solid red; */
    margin: auto;
    gap: 70px;
    height: 250px;
    padding: 20px;
    /* justify-content: space-evenly; */
    background-color: #f0f2f4;
    /* flex-direction: column; */
}

#profile-box-content-1 {
    /* border: 1px solid red; */
    width: auto;

}

#profile-box-content-1 img {
    width: 120%;
}

#profile-box-content-2 p {
    line-height: 6px;
    font-size: 18px;
    color: #222628;
    font-family: "Neue Plak UA", Helvetica, Arial, -apple-system, sans-serif;

    /* border: 1px solid gray; */
    /* margin-right: px; */
}

.btn{
    display: block;
    padding: 14px 33px;
    background-color: #0066ee;
    color: #f0f2f4;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}

#piller {
    /* border: 1px solid green; */
    margin-left: -103px;
    /* margin-top: 30px; */
    /* height: 500px; */
}

/* #piller {
    /* background-color: rgb(224, 224, 224); */
    /* width: 40%; */




#profile-info-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* border: 1px solid red; */
    width: 69%;
    /* gap: 23px; */
    margin: auto;

}

#right-box h1 {
    /* border: 1px solid rgb(0, 0, 0); */
    font-size: 20px;
    color: #0066ee;
    font-family: "Neue Plak UA", Helvetica, Arial, -apple-system, sans-serif;
}

#right-box p {
    color: #222628;
    line-height: 1.5;
    font-family: "Neue Plak UA", Helvetica, Arial, -apple-system, sans-serif;
    font-style: italic;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;

}

#left-box h1 {
    /* border: 1px solid  orange; */
    color: #222628;
    font-size: 20px;
    font-family: "Neue Plak UA", Helvetica, Arial, -apple-system, sans-serif;
}
#left-box div{
    margin-top: 12px;
}
#left-box a{
    font-family: "Neue Plak UA", Helvetica, Arial, -apple-system, sans-serif;
    /* margin-top: 5px; */
    padding: 35px;
    text-decoration: none;
}

#newsFeed {
    width: 100%;
    height: 30px;
    background-color: rgb(10, 82, 130);
    margin-bottom: -13px;
    /* padding: 2px; */
}
#newsFeed div{
    /* border: 1px solid red; */
    width: 20%;
    font-size: 10px;
    font-family: "Neue Plak UA", Helvetica, Arial, -apple-system, sans-serif;
    margin-left: 12px ;
    color: white;
    /* margin-top: -5px; */
}


#comment-box {
    width: 100%;
    background-color: rgb(224, 224, 224);
    border: 1px solid rgb(246, 246, 246);
    height: 100px;
}
#share-btn{
    background-color: #0066ee;
    color: #f0f2f4;
    border: none;
    padding: 10px;
    padding-right: 16px;
    font-size: 16px;
    border-radius: 7px;
}


textarea {
    margin-top: 10px;
    margin-left: 20px;

    height: 50px;
}
#invite-box{
/* display: flex; */
/* flex-direction: column; */
/* justify-content: center; */
/* align-items: center; */
margin-top: 30px;
background-color: rgb(246, 246, 246);
border: 1px solid rgb(224, 224, 224);
font-family: "Neue Plak UA", Helvetica, Arial, -apple-system, sans-serif;
padding: 20px;
}
#invite-btn{
    display: flex;
    background-color: rgb(255,255,255);
    justify-content: center;

}
#invite-btn img {
    width: 5%;
    padding: 7px;
    /* margin-left: 20px; */
    margin-top: 10px;
   }

   #invite-box h2{
       font-size: 15px;
       text-align: center;

   }
   #invite-box p{
       font-size: 12px;
       text-align: center;

   }
   
#footer{
display: grid;
width: 100%;
grid-template-columns: 3fr 1fr;
/* height: 300px; */
margin-top: 50px;
/* border: 1px solid red ; */
background-color: #F0F2F4;
padding: 4px;
}
#footer-content{
width: 82%;
margin: auto;

/* padding: 4px; */
margin-top: 25px;
margin-right: 2px;
height: 100px;
/* border: 1px solid rgb(0, 0, 0) ; */

}
#footer-content a{
font-family: "Neue Plak UA",Helvetica,Arial,-apple-system,sans-serif;
/* background-color: #F0F2F4; */
text-decoration: none;
font-size: 12px;
padding: 3px;
}
#footer-content a:hover{
color:  rgb(88, 88, 222);
}
#footer-content p{
text-align: center;
font-family: "Neue Plak UA",Helvetica,Arial,-apple-system,sans-serif;
font-size: 11px;
line-height: 30px;
}
#select-box{
width: 40%;
/* border: 1px solid orange; */

margin: auto;
margin-top: 30px;
margin-right: 4px;
}
