.reveal section img {
    background: none;
    border: none;
    box-shadow: none;
}

.monospace {
    font-family: 'PT Mono', monospace !important;
}

.title-name {
    font-size: 1.5em !important;
}

.title-author {
    font-size: .7em !important;
}

.title-date {
    font-size: 1.1em !important;
}

.linux-logo {
    max-height: 30vh !important;
    max-width: 30vw !important;
}

.scrollable {
    max-width: 1200px;
    max-height: 690px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollable img {
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
}

.clipped {
    overflow: hidden;
}

.command-list tr td:first-child {
    text-align: center;
}

.desktop-screenshot {
    max-height: 750px !important;
}

.terminal.icon {
    padding-right: 1.5em;
}
