@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');

body {
    background: #fff;
    font-family: 'Roboto Mono', monospace;
    text-align: center;
    color: #ff473f;
}
.header {
    margin-top: 50px;
}
.header h1 a {
    color: #ff473f;
    text-decoration: none;
}
.navigation a {
    color: #ff473f;
    text-decoration: none;
}
.navigation a:hover, .navigation a.active {
    color: #9b7acb;

}
.content {
    margin: 50px auto;
    width: 50vw;
    
}
.post {
    margin-top: 50px;
}
.post p {
    font-size: 12px;
}
.post img {
    max-width: 100%;
}