body {
    padding: 10px;
    padding-bottom: 100px;
}

section {
    margin-bottom: 100px;
}

.code-example {
    margin-left: 50px;
}

#footer {
    text-align: right;
}

#logos a {
    text-decoration: none;
}

#logos img {
    height: 75px;
}

#header h1 {
    font-size: 65px;
}

img#poster-thumbnail {
    height: 400px;
}

img {
    border-color: white;
    border-style: solid;
    border-width: 2px;
}

img:hover {
    border-color: DodgerBlue;
    border-style: solid;
    border-width: 2px;
}

img.flag-icon {
    height: 14px;
    margin-left: 4px;
    border: none;
}

.important {
    font-style: italic;
}

code {
    margin: 0px !important;
    padding: 0px !important;
}

pre,
code,
span.inline-code-example {
    font-family: monospace;
}

div.code-example {
    border-left: 1px;
    border-left-color: gray;
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 10px;
    margin-left: 40px;
    margin-bottom: 20px;
}

div.code-example .error {
    font-style: italic;
}

div.code-example .explanation {
    font-size: smaller;
}

nav {
    padding-bottom: 50px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.backtotop {
    float: right;
}
