@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Merriweather Sans', sans-serif;
}

.container{
    width: 100%;
    height: 100%;
    background-color: #22212C;
    display: flex;
    padding: 10px;
}
.container .menu{
    width: 22%;
    height: 100%;
    padding: 0 0 0 10px;
}
.box{
    width: 100%;
    height: 100%;
    margin: 20px 0;
    padding: 30px 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #302F3D;
    box-shadow: 2px 2px 2px 1px #00000033;
    border-radius: 20px;
}
.container .menu .box .user-img{
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 2px solid #00FF00;
}
.container .menu .box .user-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.container .menu .box .user-info h1{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #837E9F;
    margin: 20px 0 10px 0;
}
.container .menu .box .user-cargo p{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #837E9F;
}
.container .menu .box .contact-info span{
    padding: 5px 0;
    width: 100%;  
    display: flex;
    align-items: center;
    text-align:center;
}
.container .menu .box .contact-info span p{
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    color: #837E9F;
    margin-left: 20px;
}
.container .menu .box .contact-info span a{
    text-decoration: underline;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    color: #837E9F;
    margin-left: 20px;
}
.container .menu .box .contact-info span .icon{
    width: 24px;
    height: 24px;
}
.container .menu .box .bio-info{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #837E9F;
}
.container .menu .box .user-people span{
    font-style: normal;
    font-weight: 300;
    /* margin-top: 50px; */
    font-size: 11px;
    line-height: 20px;
    color: #837E9F;
    cursor: pointer;
}
.container .menu .box .user-people span:hover{
    text-decoration: underline;
}

.container .content{
    width: 77%;
    height: 100%;
    padding: 10px 18px;
}
.container .content #box-projects .projects-info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container .content #box-projects .projects-info h1{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #837E9F;
}
.container .content #box-projects .projects-info span{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #837E9F;
    display: flex;
    align-items: center;
}
.container .content #box-projects .projects-info span p{
    margin-left: 5px;
    width: 20px;
    height: 20px;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    border-radius: 50%;
    background-color: #837E9F;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container .content .content-skills{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.container .content .content-skills .box-git{
    width: 310px;
    height: 150px;
    margin: 10px;
    padding: 30px 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #302F3D;
    box-shadow: 2px 2px 2px 1px #00000033;
    border-radius: 20px;
}
.container .content .content-skills .box-git span{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.container .content .content-skills .box-git span .folder{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.container .content .content-skills .box-git span .avatar{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #41af41;
}
.container .content .content-skills .box-git span a{
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #837E9F;
}
.container .content .content-skills .box-git span h5{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #837E9F;
    margin-left: 5px;
    border: 1px solid #837E9F;
    padding: 3px 6px;
    border-radius: 20px;
}
.container .content .content-skills .box-git p{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #837E9F;
    margin-top: 10px;
}
.container .content .content-skills .box-git .itens-git{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.container .content .content-skills .box-git .itens-git span img{
    width: 15px;
    height: 15px;
}
.container .content .content-skills .box-git .itens-git span h1{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #837E9F;
}

.peopleuser{
    position: fixed;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    border: 1px solid #22212C;
    background-color: #837E9F;
    box-shadow: 2px 2px 2px 1px #00000033;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}
.peopleuser .close{
    position: absolute;
    top: 2px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10000;
}
.peopleuser .container-seguidore, .container-seguindo{
    width: 50%;
    height: 100%;
    border-right: 1px solid #22212c3c;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
}
.peopleuser .container-seguidore, .container-seguindo, h1{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #302F3D;
}
.peopleuser .container-seguidore .seguidores{
    width: 100%;
}
.peopleuser .container-seguidore .seguidores .content-seguidores{
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #22212c34;
}
.peopleuser .container-seguidore .seguidores .content-seguidores img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #41af41;
    margin-right: 20px;
}
.peopleuser .container-seguidore .seguidores .content-seguidores h1{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #302F3D;
}
.peopleuser .container-seguindo .seguindo{
    width: 100%;
}
.peopleuser .container-seguindo .seguindo .content-seguindo{
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #22212c34;
}
.peopleuser .container-seguindo .seguindo .content-seguindo img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #41af41;
    margin-right: 20px;
}
.peopleuser .container-seguindo .seguindo .content-seguindo h1{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #302F3D;
}

::-webkit-scrollbar{
    width: 10px;
    background-color: #302F3D;
}
::-webkit-scrollbar-thumb{
    border-radius: 20px;
    background-color: #837E9F;
}