#content {
    color: white;
    max-width: 40ch;
    width: 100%;
}

html,
body {
    padding: 0;
    margin: 0;
    background-color: black;
    color: white;
}

a {
    all: unset;
    cursor: pointer;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    box-sizing: border-box;
}

#name {
    font-size: 1.2rem;
}

.description {
    font-style: italic;
}

#archlinux {
    position: relative;
}

#archlinux:hover > #archlinux-uptime {
    @media (min-width: 900px) {
        opacity: 1;
        display: block;
    }
}

#archlinux-uptime {
    background-color: black;
    display: none;
    opacity: 0;
    font-style: normal;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(calc(100% + 32px), -50%);
    padding: 4px;
    border: solid 1px white;
}

#experience,
#links {
    margin-top: 12px;
    margin-bottom: 6px;
}

.separator {
    width: 100%;
    height: 2px;
    background-color: white;
    margin-top: 24px;
    margin-bottom: 24px;
}

/* list */
ol {
    list-style-type: none;
    padding: 0;
}

li {
    position: relative;
    margin: 0;
    padding-bottom: 1em;
    padding-left: 20px;
}

li:before {
    content: "";
    background-color: white;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 6px;
    width: 1px;
}

li:after {
    content: "";
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23c00' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E"); */
    position: absolute;
    background-color: white;
    border-radius: 50%;
    left: 3px;
    top: 5px;
    height: 7px;
    width: 7px;
}

#status {
    text-align: center;
}
