@font-face {
  font-family: "monoid";
  src: url("/fonts/Monoid/Monoid-Regular.ttf"); }

html {
  font-size: 16px;
  background-color: #181a1b; }

body {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  padding: 10px;
  font-family: "monoid"; }

a {
  text-decoration: none;
  color: #18D9CC; }
  a:hover {
    text-decoration: underline; }

h1 {
  color: #D2D9D8; }

p, h2, h3, h4, h5 {
  color: #F6FAF5; }

p {
  line-height: 1.7;
  font-size: 14px; }

img {
  width: 100%; }

.header {
  margin-bottom: 65px; }

.unstyledLink {
  text-decoration: none;
  color: #D2D9D8; }
  .unstyledLink:hover {
    text-decoration: none; }

.main_menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0; }
  .main_menu li {
    margin-right: 20px; }

.post_item {
  border-bottom: 2px solid #D2D9D8;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 14px; }
