.wrapper {
    height: 100%;
    width: 350px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.entry {
    display: flex;
    flex-direction: column;
    align-items: center;
}

time {
    font-weight: bold;
    font-style: italic;
}
