.content {
    max-width: 975;
    padding: 20;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    min-height: calc(100% - 170px);
}

.notes_section_title {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 32px;
}

.note {
    padding: 32px;
    margin-bottom: 32px;
    border-radius: 25px;
}

.notes_header {
    display: flex;
    flex: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.notes_title {
    font-size: 17;
    font-weight: 600;
    color: black;
}

.notes_title_date {
    font-size: 17;
    color: #838383;
    font-weight: 300;
}

p {
    color: #323232;
    font-size: 17px;
    padding-bottom: 12;
    line-height: 25px;
    font-style: normal;
    font-weight: normal;
    margin-top: 17px;
    margin-bottom: 0px;
    font-weight: 300;
}
