section.vita {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    justify-self: center;
    max-width: 50ch;
    margin: auto;
}
