body {
    font-family: Arial, Helvetica, sans-serif;
    
    background:#1e1e2e;
    color:#cdd6f4;
}

h1 {
    margin:40px auto;
    max-width:1000px;
    padding:0 10px;

    text-align:center;
    font-size: 48px;
    font-weight: bold;
    color:#89b4fa;
}

h2 {
    margin:40px auto;
    max-width:1000px;
    padding:0 10px;

    text-align:left;
    font-size:32px;
    font-weight: bold;
    margin-top:120px;
    color:#89b4fa;
    line-height: 1.5;
}

p {
    margin:20px auto;
    max-width:1000px;
    
    font-size: 18px;
    line-height: 1.5;
    
    text-indent: 0px;
}
.doubleindent {
    text-indent: 64px;
}

.code {
    text-indent: 0px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: normal;

    font-size:16px;
    line-height: 1.3;

    margin:unset;

    width:unset;
    max-width:none;
    min-width:0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;

    flex: 0 0 auto;
}

.code_container {
    background-color: #181825;

    max-width:800px;
    padding:12px;

    margin:40px auto;
    
    border-radius: 16px;

    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}

var {
    color: #89b4fa;
    font-style:normal;
}
str {
    color: #a6e3a1;
}
key {
    color: #cba6f7;
}
com {
    color: #585b70;
}

img {
    display:block;
    margin:auto;
    image-rendering: pixelated;

    max-width:100%;
}
.normal_image {
    image-rendering:auto;
}

.header_image {
    width: 100%;
}
.screenshot {
    width: 960px;
    aspect-ratio: 1.3333;
}
.forest_map_screenshot {
    width: 1560px;
    aspect-ratio: 2.1667;
}


figure{
    display: block;
    margin:auto;
}

figcaption{
    font-style: italic;
    text-align: center;
    margin:auto;
    max-width: 800px;
    margin-top:5px;
    margin-bottom: 12px;
    font-size:20px;
}

iframe {
    display:block;
    margin:auto;
    max-width: 100%;
}

audio {
    display: block;
    margin: auto;
}

a {
    color: #89b4fa;
    text-decoration:none;
}

.left_button {
    display:flex;
    justify-content: right;
}

.home_button {
    display:flex;
    justify-content: center;
}

.right_button {
    display:flex;
    justify-content: left;
}

.nav_bar {
    font-size: 18px;
    font-weight: bold;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    margin-top:20px;
    margin-bottom:40px;
}

.nav_button_container {
    width:160px;
}

.home_button_container {
    width:60px;
}