@font-face {
  font-family: 'Michroma';
  src: url('../fonts/Michroma-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

:root {
    --fg-color: #ccc;
    /* --bg-color: #405040; */
    --bg-color: #000508;
    --bg-dark: #333333dd
}
html,
body {
    overflow-x: hidden;
    height: fit-content;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
    font-family: 'Michroma', sans-serif;
}
body {
    color: var(--fg-color);
    background-color: var(--bg-color);
    /* background-image: url("../imgs/rootof3-grey+transparent.svg");
    background-attachment: fixed;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 50% 70%; */
}
.headline {
    width: 100%;
    margin: 30px auto;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--bg-dark);
}
.outer-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 75vh;
    padding-bottom: 20vh; */
    width: 100%;
    /* background-color: var(--bg-color); */
    opacity: .85;
    /* background-color: greenyellow; */
    /* background-color: var(--bg-dark); */
}
.inner-wrap {
    display: block;
    width: 400px;
    max-width: 90%;
    /* background: yellowgreen; */
}
.logo {
    /* display: none; */
    padding: 20px;
    margin: 60px 0;
    border-radius: 20px;
    background-color: var(--bg-dark);
}
img {
    max-width: 100%;
}

.section-header {
    margin: 10px 0 20px;
    text-align: center;
    /* text-shadow: 2px 2px 2px #000;  */
}
.section-body {
    padding: 20px 20px 20px 40px;
    background-color: var(--bg-dark);
    margin-bottom: 30px;
    border-radius: 20px;
}
ul {
    list-style: none;
}
li {
    padding: 5px;
}
a {
    color: var(--fg-color);
    font-size: 1.5rem;
    letter-spacing: 5px;
    text-decoration: none;
}
a.ext-link {
    display: flex;
    gap: 18px;
    align-items: center;  
}
/* a.ext-link span {
    line-height: 20px;
    background-color: #88888888;
} */
 .impress-header {
    margin-top: 30px;
    text-align: center;
    opacity: .5;
 }
 .impress {
    opacity: .5;
 }