* {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    color: #021e3f;
    font-family: 'Questrial', sans-serif;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #034ea2;
}

pre {
    display: flex;
    align-items: flex-start;
    background-color: #ebf2f5;
    border-radius: 5px;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #d3dfe4;
}

.hljs {
    background: transparent !important;
}

pre > code {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

a:visited {
    color: inherit;
}

a:hover {
    color: #d9029e;
}

.highlight {
    color: #d9029e;
}

a {
    transition: color 150ms ease-in-out;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #d9029e;
}

code {
    /*border-radius: 5px;*/
    font-size: inherit;
    color: #d9029e;
    font-family: 'JetBrains Mono', monospace;
}

.toc--header {
    margin-bottom: 0;
    padding-bottom: 0;
}

.toc {}

.toc li {
    padding: 2px 0;
}

span.select {
    display: inline-block;
    border: 1px solid #d3dfe4;
    padding: 2px 4px;
    border-radius: 5px;
}

em {
    font-weight: 700;
    font-style: normal;
}

em.variable:before {
    content: '"';
    user-select: none;
    font-weight: normal;
}

em.variable:after {
    content: '"';
    user-select: none;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

.panel {
    padding: 30px 50px;
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #d3dfe4;
    border-radius: 5px;
    max-width: 1200px;
    width: 80vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
}

.page-header {
    background-color: #190263;
    background-image: url("./pexels_image.png"), linear-gradient(#3f0665, #210346);
    background-repeat: no-repeat;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
}

.page-header--content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.section {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.section--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
}

h1 {
    color: #021e3f;
    padding: 0;
    margin: 10px 0 15px;
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

ul {
    padding-left: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

p.lead {
    color: #034ea2;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
}

p {
    margin-bottom: 8px;
    margin-top: 4px;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
}

.section.secondary {
    background-color: #ebf2f5;

}

h2 {
    margin: 10px 0 15px;
    padding: 0;
    color: #021e3f;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}
