body {
    font-family: "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
    font-size: 0.8rem;
    width: 500px;
    padding: 1rem;
    margin: 1rem auto;
}

.header {
    margin: 1rem auto 3rem auto;
}

.blog-title {
    font-size: 1.2rem;
    text-align: center;
}

.blog-title a {
    text-decoration: none;
}

.blog-title a:hover {
    text-decoration: underline;
}

.description {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.avatar {
    border-radius: 100%;
    margin: 0 auto;
    display: block;
    max-width: 64px;
}

.nav {
    text-align: center;
    width: 100%;
}

.nav ul {
	padding: 0;
	list-style: none;
}
            
.nav li {
    display: inline-block;
    margin: 0 0.5rem;
}

a {
    text-decoration: none;
    word-wrap: break-word;
}

a:hover {
    opacity: 0.9;
}

.content {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.post {
    text-align: center;
    display: block;
    margin-bottom: 2.5rem;
}

.chat ul {
    padding: 0;
}

.chat li {
    list-style: none;
    padding: 0;
}

.pagnation .button {
    display: inline-block;
    margin-bottom: 2rem;
}

.pagnation .previous {
    float: left;
}

.pagnation .next {
    float: right;
} 

.caption p {
    margin-bottom: 0.5rem;
}

.caption blockquote {
    margin-top: 0.5rem;
}

.caption blockquote p {
    margin-top: 0.5rem;
}

.caption h2 {
    font-size: 1rem;
}

@media screen and (max-width: 600px) {
 body, .post, .content, img {
    width: 95%;
    overflow-x: hidden;
 }

 .pagnation .next {
    margin-right: 1rem;
 }
}