*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: sans-serif;
}

main

{
    width:100%;
    max-width:800px;
    margin:auto;
    margin-top: 50px;
}

main h1

{
    text-align: center;
}

.container-comments

{
    margin-top:20px;
}

.comments

{
    display: flex;
}

.photo-perfil

{
   width:200px;
   height:90px;
   border-radius:50%;
   overflow:hidden;
}

.photo-perfil img

{
    width:100%;
    height:100%;
}

.info-comments

{
    margin-left:10px;
    background: #9a5b45;
}

.info-comments .header

{
    display:flex;
    justify-content:space-between; 
    padding:10px;
    background: #937564;
}

.info-comments p

{
    padding:20px;
}

.info-comments .footer

{
       width:100%;
       background: #267832;
       padding:10px;
}