.menu{
    /*border: 1px solid blue;*/
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: none;
}

.container{
    margin: 0 auto;
    max-width: 350px;
    margin-top: 20px;
    /*border: 1px solid blue;*/
    display: flex;
    flex-direction: column;
    width: 100%;
    /*height: 100vh;*/
    padding: 0 1rem;
}

.painel{
    max-width: 1300PX;
    margin-top: 100px;
}

.container :not(:first-child){
    margin-top: 1rem;
}

.photo, 
.description,
.counter__friend,
.counter__community{
   /*border: 1px solid red;*/
    width: 100%;
    height: 300px;
    background-color: #fff;
    border-radius: 1rem;
}

.photo{
    max-width: 350px;
    height: 500px;
    border-top-right-radius: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.photo__avatar img{
    border-radius: 1rem;
}

.photo__tools a{
    font-weight: 500;
}

.photo__tools i{
    margin-right: .5rem;
}

 /*
.photo > * {
   border: 1px solid green;
}*/

.photo__name h1{
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
}

.description{
    height: 800px;
    max-width: 520px;
}


.counter__friend,
.counter__community{
    height: 350px;
    width: 340px;
}


header > nav{
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    margin: auto;
}

header > nav > #title > h1{
    font-size: 3.125rem;
}

header > nav > #hamburguer > label{
    font-size: 2.5rem;
}





