@font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jua';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jua-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    background-color: #201ca4;
}

#header_img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 10vh;
    max-width: 40vw;
}

p#caption {
    font-family: 'Jua';
    color: #26c4e8;
    text-shadow: #201ca4 0 0 3px;
    font-size: 2em;
    text-align: left;
    position: relative;
    margin-top: -2em;
    margin-left: 2em;
}

div#container {
    height: 70vh;
    width: 70vw;
    aspect-ratio: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

div#img_bound {
    position: relative;
    height: 100%;
    width: 100%;
}

img#img {
    display: block;
    position: absolute;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    left: 0; 
    right: 0;
    top: 0;
    bottom: 0;
    width: fit-content;
}

a#file_link{
    color: #26c4e8;
}
