html, body {
    margin: 0 auto;
    padding: 0;
    width: 375px;
    font-family: Source Sans Pro;
    font-size: 13px;
}

.container{
    width: 375px;
    border: 5px solid black;
    border-radius: 5px;
}

header{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C6C6C6;
}

section{
    display: flex;
}

.section-bottom{
    display: block;
}

.section-bottom p{
    margin: 0px 0px 10px 10px;
}

span{
font-weight: 700;
line-height: 16px;
}

.painting{
    width: 375px;
    height: 375px;
}

#logo{
    width: 125px;
    padding: 16px;
}

.avatar{
    width: 45px;
    height: 45px;
    padding: 15px 20px 15px 20px;
    border-radius: 50%;
}

.icon{
    width: 25px;
    height: 25px;
     padding: 20px 10px 10PX 10PX;
}

.icon:hover{
  cursor: pointer;
}

.spacer{
  height: 25px;
  background-color: #EDEDED;

}
