@font-face {
    font-family: 'SitelenPona';
    src: url('../media/fonts/nasin-nanpa-4.0.1.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


body {
    --darkpink: #865f66;
    --darkgreen: #5f784e;
    --orange: #f79405;
    --blue: #000097;
    --white: #ffffff;
    --green: #b8eba9;
    --red: #b10000;
    background-color: var(--orange);
    color: #362222;
    font-family: 'SitelenPona', courier;
    font-size: x-large;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#all {
    height: 100vh;
}

#title {
    color: var(--white);
    margin: 0 auto 0 auto;
    padding: 20px;
    border-radius: 30px;
    width: fit-content;
}

.center {
    max-width: 50rem;
    margin: 0 auto;
}

.center > div {
    margin-bottom: 2rem;
}

.center > img {
    max-width: 100%;
}

#sodaverse {
    color: var(--blue);
    background: var(--white);
    padding: 0.5rem;
    border-radius: 16px;
    font-weight: bold;
}

#vimrc:hover::after {
    display: block;
    position: absolute;
    transform: translate(60%, 0);
    content: attr(tooltip);
    background: var(--blue);
    color: var(--white);
    border: 1px solid var(--orange);
    padding: .25em;
}

#header-placeholder {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

#header-placeholder a {
    color: black;
    font-weight: bold;
    font-size: 20px;
}

#footer-placeholder {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#footer {
    width: 51rem;
    margin: auto;
}

#footer a {
    text-decoration: none;
}

#rightbar-placeholder {
    position: absolute;
    right: 0;
    top: 0;
}

hr {
    color: black;
    background-color: var(--darkpink);
    height: 1px;
    border: 0;
}

a {
    color: var(--blue);
}

#tilde_ring {
    font-family: courier;
}

#id {
    display: flex;
    gap: 3rem;
    white-space: pre;
    border-radius: 16px;
    margin: 0 auto 2rem auto;
    padding: 0 2rem 1rem 2rem;
    background: var(--blue);
    width: fit-content;
}

#id a {
    color: var(--orange);
    text-decoration: none;
}

#id > * {
    color: var(--white);
}

#selfie {
    font-size: large;
}

.courier {
    font-family: courier;
}

#text {
    position: inline;
}

.links {
    background: var(--white);
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 16px;
}

.links a {
    font-weight: bold;
}

.links div {
    margin-bottom: 1rem;
}

/* stuff */
#stuff {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 14rem; 
    height: 10rem;
    bottom: 1.2rem;
    right: 1rem;
}

#stuff-title {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--blue);
    text-decoration: underline;
    transform: translate(5rem, -2rem);
    font-size: xxx-large;
}

/* sirman */
#sirmanpic {
    position: absolute;
    bottom: 0.7rem;
    left: 0.7rem;
}

