@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono&display=swap');

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    margin-right: auto;
    width: 50%;

}

body {
    letter-spacing: 0.1px;
    padding: 0;
    margin: 0;
    font-family: 'Share Tech Mono', Monospace, Courier; 
    font-weight: 400; 
    font-size: 17px; 
    color: #c8c8c8; 
    background: #222;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
}

span {
    padding: 0;
    margin: 0 10px 0 0;
}

li {
    margin: 15px 0; 
    padding: 0; 
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #fff; 
    text-decoration: underline;
}

code {
    max-width: 900px;
    background: #1f1f1f; 
    padding: 15px; 
    margin:5px 0 5px 0; 
    display:inline-block;
}

iframe {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 500px;
}

#list {
    margin-bottom: 50px;
}

#post {
    max-width: 90%;
    margin-bottom: 20px; 
    margin-top: -10px; 
    line-height: 28px;
}

.title {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px; 
    margin-top: 20px; 
    color: #FFF;
}

.header {
    color: #FFF;
    
    width: 100%;
    height: auto;
    
    text-align: center; 
    vertical-align: middle;

    margin-top: 20px; 
    margin-bottom: 20px; 
}


.nav {
    overflow: hidden;
}

.nav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;

    display: inline-block;
    margin-left: 5%;
    margin-top: 5px;
    text-align: center;
}

.feed {
    font-size: 20px;
}

.feed h4 {
    font-weight: bolder;
}
.description {
    background: #1f1f1f;
    padding: 10px 0 10px 10px; 
    margin-top: 0px;
}

.footer {
    overflow: hidden;
}

.footer a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    font-size: 12px;

    display: inline-block;
    margin-left: 3.5%;
    margin-top: 5px;
    text-align: center;
}


.footer a:hover {
    color: #fff; 
    text-decoration: underline;
}

@media 	only screen and (max-width: 900px) {
    img 			{width: 100%;}
    body			{font-size: 19px;}
}