/* Make all slide headings blue */
.reveal h1, .reveal h2 {
    color: #1966bb;
}

/* Bigger code font and custom background for code boxes */
.reveal pre code {
    font-size: 1.15em;
    background: #222;
    color: #eeb;
    padding: 0.5em 1em;
    border-radius: 10px;
}

/* Center all images */
.reveal section img {
    display: block;
    margin: 0.5em auto;
}

/* Add a bit more vertical space between list items */
.reveal ul li {
    margin-bottom: 0.4em;
}

/* Example: custom class for accent text */
.accent {
    color: #ff6600;
    font-weight: bold;
}
