#kitty {
    width: 160px;
    margin-top: 25px;
    filter: invert(80%);
}

* {
    box-sizing: inherit;
}

.kitty {
    text-align: center;
}

.title {
    margin-bottom: 40px;
}

.top-item {
    margin-top: 30px;
}

a {
    text-decoration-style: dotted;
    color: #93c583;
    text-underline-offset: 4px;
}

a:hover {
    color: #519872;
    transition: 500ms;
}

body {
    background-color: #382933;
    color: #eee;
    font-family: monospace;
    font-size: 1.05em;
    height: 100%;
}

footer {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 1.3em;
}

html {
    height: 100%;
    box-sizing: border-box;
}

ul li {
    display: inline;
    margin: 5px;
}

ul {
    text-align: center;
}

ul,
li {
    margin-top: 10px;
    list-style: none;
}

#container {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

ul.vertical-list {
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.vertical-list li {
    display: block;
    margin-bottom: 10px;
    box-sizing: inherit;
}

@media (max-width: 650px) {
    ul {
        margin: 0;
        padding: 0;
    }

    ul li {
        display: block;
        margin: 20px 0px;
    }
}
