h1 {
    margin-bottom: 45px;
}

p {
    margin-bottom: 45px;
}

pre {
    margin-bottom: 45px;
    padding: 25px;
    border-radius: 20px;
}

img {
    max-height: 400px;
    margin: auto;
    display: block;
}

ul {
    margin-bottom: 45px;
}

.dark pre {
    background-color: #161617;
}

.light pre {
    background-color: #F9F9F9;
}

code {
    font-family: 'Source Code Pro', monospace;
}

@media screen and (max-width: 990px) {
    img {
        max-height: 250px;
    }
}

@media screen and (max-width: 768px) {
    img {
        max-width: 500px;
    }
}

@media screen and (max-width: 576px) {
    img {
        max-width: 300px;
    }
}