@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&family=Space+Grotesk:wght@300..700&display=swap');
:root {
--bg-colour: #272640;
--txt-colour: #fae9d3;
}
body,
html {
background-color: var(--bg-colour);
margin: 0px;
}
h1 {
margin: 0px;
}
#mark {
font-family: "Space Grotesk", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
display: inline-block;
color: var(--txt-colour);
margin-top: 1em;
margin-left: 1em;
}
#mark>h3 {
margin: 0px;
text-align: right;
font-weight: 300;
}
#mark>h1 {
font-weight: 400;
}
#content {
font-family: "Gothic A1", sans-serif;
color: var(--txt-colour);
position: absolute;
top: 0px;
left: 0px;
width: 100vw;
}
main>h2 {
font-weight: normal;
}
main>p {
font-weight: lighter;
}
main {
background-color: #00000080;
width: 50vw;
margin: auto;
padding: 2em;
}
footer {
display: flex;
justify-content: space-between;
}
#lynx {
justify-content: right;
}
a {
color: var(--txt-colour);
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-decoration: underline #ffffff80;
}
#mark>h1,
#mark>h3 {
text-decoration: none;
}
nav {
font-family: "Gothic A1", sans-serif;
font-size: large;
color: var(--txt-colour);
padding-top: 1em;
}
nav>a {
display: block;
text-align: right;
position: relative;
}
nav>a {
padding: .1em;
}