body { background-color: #d1d8e0; color: black; font-size: large; }

.title-small-text { font-size: 0.75em; font-weight: lighter; color: gray; }

@media screen and (min-width: 769px) { .post-main { width: 60%; padding: 3em 6.5em; display: block; box-sizing: border-box; } .post-img { position: fixed; bottom: 0; right: 0; overflow: hidden; width: 40%; height: 100vh; background-size: cover; background-position: center center; } }

@media screen and (max-width: 768px) { .post-main { padding: 2em; } .post-img { height: 50vh; width: 100%; background-size: cover; background-position: center center; } }

a { color: #365AB0; }

a:hover { color: #eb3b5a; }

a:visited { color: #8854d0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #4b6584; margin: 1em 0; padding: 0; }

footer { font-size: medium; }

/*# sourceMappingURL=styles.css.map */