.singlepost-title {
    padding: 1em 0 0.1em 0;
    text-transform: capitalize;
}

.singlepost-date-categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.singlepost-date-categories a {
    color: var(--color2);
    text-decoration: none;
    font-family: hatton;
    font-size: 1.1em;
}

.singlepost-subtitle {
    padding: 0;
}