.html{
	letter-spacing: normal !important;
}
.homeSubtitle {
	margin: 30px auto;
    max-width: 70%;
    font-style: italic;
}

main .circle{
    border: 3px solid;
    border-radius: 20%;
}

article {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 18px;
    line-height: 1.6;
    word-wrap: break-word;
}

.post-content a {
	color: #0366d6;
    text-decoration: none;
}

.post-content a:hover {
	text-decoration: underline;
}

@media (min-width: 684px){
    .banner {
        padding: 0;
        line-height: 1;
    }
}

.banner a {
    color:#7ec699;
    text-decoration: underline;
}