body {
    background-color: #000033;
    color: #cccccc;
    font-family: 'Segoe Print', 'Bradley Hand', Chilanka, TSCu_Comic, casual, cursive;
    font-weight: normal;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
}

.banner {
    text-align: center;
    font-size: 8px;
    font-family: monospace;
    color: #66ccff;
    margin-bottom: 20px;
    white-space: pre;
}

.nav {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
}

.nav a {
    color: #66ccff;
    text-decoration: none;
    margin: 0 15px;
}

.nav a:hover {
    color: #ff66cc;
    text-decoration: underline;
}

.avatar {
    display: block;
    margin: 0 auto 20px auto;
    width: 200px;
    height: 200px;
}

.main-content {
    width: 900px;
    max-width: 90%;
    margin: 0 auto;
    background-color: #000022;
    padding: 20px;
    border: 1px solid #66ccff;
}

.main-content article{
    border-bottom: 1px dotted #66ccff;
    padding: 15px 0;
}

.main-content article p{
    text-transform: lowercase;
}

.main-content article h1, 
.main-content article h2, 
.main-content article h3{
    text-align: center;
    color: #66ccff;
    
}

.main-content article:last-child {
    border-bottom: none;
}

.main-content .bio{
    font-size: 80%;
    text-align: center;
    opacity: 0.75; 
    color: #9999cc;
}

h1, h2, h3 {
    color: #66ccff;
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif; 
}

.widget {
    background-color: #000044;
    border: 1px dashed #66ccff;
    padding: 15px;
    margin: 20px 0;
}

.post {
    border-bottom: 1px dotted #66ccff;
    padding: 15px 0;
}

.post:last-child {
    border-bottom: none;
}

.post .date{
    font-size: 80%;
    opacity: 0.75; 
    color: #9999cc;
}

.footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #66ccff;
    color: #9999cc;
    font-size: 14px;
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif; 
}

a {
    color: #66ccff;
}

a:visited {
    color: #cc66cc;
}

hr {
    border: none; 
    height: 1px; 
    background-color: #66ccff; 
    margin: 20px 0; 
}

@media (max-width: 600px) {
    .main-content {
        padding: 10px;
    }
    
    .nav a {
        display: block;
        margin: 5px 0;
    }
}

.emote {
    width: auto; 
    height: 30px; 
    vertical-align: middle;
    margin: 0 5px; 
}