@font-face {
    font-family: 'Levi';
    src: url('font/levi/Windows Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: black;
    color: whitesmoke;
    font-family: Levi, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

/* Links */
a {
    color: inherit;
    text-decoration: none;
}

a:hover, a:focus {
    color: rgb(37, 47, 207);
}

.rambles a {
    text-decoration: underline;
}

/* Divider images */
.divider {
    max-width: 100%;
    width: 75rem;
    object-fit: cover;
}

/* Header */
.site-header {
    width: 31.25rem;
    margin: auto;
    padding: 0.4375rem;
    border: #7CFC00 0.3125rem double;
    font-size: 1.0625rem;
    position: relative;
}
.site-header img {
    width: 9.375rem;
    height: 9.375rem;
    border: #3d6f0b 0.125rem solid;
    border-radius: 50%;
}

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bling {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bling:first-child {
    left: 7rem; 
}
.bling:last-child {
    right: 7rem; 
}
.bling-symbol {
    font-size: 3rem;
}
.intro-text {
    margin-top: 0.5rem;
}

/* Navigation */
.site-nav {
    text-align: center;
}
.site-nav table {
    margin: 0 auto;
}
.site-nav td {
    padding: 0.625rem;
    word-spacing: 0.3125rem;
}

/* Main content */

.page-content {
    margin-bottom: 1em;
}
.update {
    width: 37.5rem;
    min-height: 6.25rem;
    border: #3d6f0b 0.125rem solid;
    margin: 0.625rem auto;
    padding: 0.4375rem;
}

/* Rambles page */

.rambles {
    text-align: center;
    padding: .5rem;
}

.rambles li {
    font-size: 18px;
}

.post {
    text-align: left;
    padding: 1rem;
    border: white 0.125rem solid;
}

.page-content ul, 
.page-content li {
    margin-top: 1em;
}

/* Music */

#lil {
    font-size: 0.9375rem;
}
main ul {
    display: inline-block;
    text-align: left;
    list-style-position: inside;
}
main li {
    font-size: 1.0625rem;
}