#myChart {
    max-width: 400px;
    max-height: 400px;

    padding-top: 20px;
    /*padding-bottom: 20px;*/
}

.graph {
    padding: 0 10px;
}

.feelings {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.summary {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 0 30px 35px 30px;
}