@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700;900&display=swap');

body {
    font-family: 'Source Code Pro', monospace;
    background-color: #292a2d;
    color: #fff;
}

h1 {
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    font-size: 46px;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 40px;
}

p {
    font-weight: 400;
    font-size: 20px;
}

img {
    margin-bottom: 40px;
}

section {
    background-color: #212121;
}

.full-width {
    width: 100%;
}

pre {
    background-color: #161616;
    font-size: 15px;
    margin: 16px;
    padding: 16px;
}