.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
    text-transform: none;
}

ul.spaced li:not(:last-child) {
    margin-bottom: 1em;
}

.front h1 {
    font-size: 2.5em;
}

.r-hstack {
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start;
}

.r-hstack > *:not(:last-child) {
    margin-right: 1em;
}