#content {
    max-width: 25cm;
    margin: auto;
}

body {
    max-width: 99%;
    margin: auto;
}

header>* {
    display: inline;
}

header>h1>a {
    font-size: x-large;
}

header>h1>a:link,
header>h1>a:visited {
    color: blue;
    text-decoration: none;
}

header>h2>a:link,
header>h2>a:visited {
    font-size: large;
    color: gray;
}

#tags {
    list-style-type: none;
}

#tags>li>a {
    border-radius: 25px;
    background: black;
    border-width: 3px;
    border-color: white;
    border-style: solid;
    padding-inline: 10px;
    background-clip: padding-box;
}

#tags>li {
    display: inline;
}

#tags>li>a:visited,
#tags>li>a:link {
    color: white;
    text-decoration: none;
}

#list_content {
    background: #00000010;
    width: fit-content;
    padding: 1em;
    border-style: solid;
}

#feed {
    color: gray;
}
