:root {
	/* Add backup font */
    font-family: "Circe";
    font-weight: normal;
    font-size: 1.05em;
}

@font-face {
    font-family: "Circe";
    src: url("./font/CirceSlabA-Light.woff2") format("woff2");
}

a {
    color: #66b3ff;
    text-decoration: none;
}

a:hover {
    color: #99ccff;
    text-decoration: underline;
}

body {
    background-color: #000000;
    color: #ffffff;
}

img {
    border: 1px solid #606060;
    padding: 0.5em;
    max-width: 600px;
}

pre {
    display: inline;
    font-family: "Circe";
}

video {
    border: 1px solid #606060;
    padding: 0.5em;
    max-width: 600px;
    height: auto;
}

.content-container {
    position: absolute;
    top: 3.5em;
    left: 4em;
    width: calc(100% - 8em);
    height: 90%;
}

.flex-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer {
    bottom: 0em;
    height: 2em;
}

.image-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* margin-left: 2em; */
    margin: 0 auto;
}

.responsive-video {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}
