* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.container {
    display: flex;
    width: 100%;
    height: 90vh;
}

.barra img {
    border-radius: 200px;
    border: solid #828485 1px;
    width: 60px;
    height: 60px;
}

.barra {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;

}

.barra h3 {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
}

.maria p {
    color: #828485 !important;
    font-size: 10px;
}

.barra p {
    font-family: 'Open Sans';
    font-weight: 10;
    color: #444749;
}

.boxes {
    display: flex;
    flex-basis: auto;
    border: solid #e8ebe4 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    width: 90%;
    margin-right: 5px;
}

.maria {
    display: flex;
    flex-basis: 7vh;
    border: solid #e8ebe4 1px;
    padding-left: 40px;
    width: 90%;
    align-items: center;
    margin-right: 5px;
}

.maria img {
    border-radius: 200px;
    width: 40px;
    height: 40px;
}

.icon {
    display: flex;
    justify-content: end;
    width: 40%;
}

.icon i {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat {
    border: solid #e8ebe4 1px;
    display: flex;
    flex-basis: 12vh;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-left: 40px;
    margin-right: 5px;
}

.chat button {
    background-color: #A491D2;
    color: #fff;
    width: 200px;
    height: 50px;
}

.chat button:hover {
    background-color: #CDC3E6;
}

.chat button:focus {
    background-color: #bec1bb;
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    width: 60%;
}

.display {
    background-color: #e8ebe4;
    width: 70%;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    align-items: center;
    justify-content: center;
}

.display img {
    width: 250px;
}

.display h2 {
    font-size: 45px;
    font-family: 'Roboto';
    font-weight: 100;
    padding-top: 20px;
    padding-bottom: 10px;
}

.display p {
    font-family: 'Roboto';
    color: #444749;
    line-height: 1.6;
}