@font-face {
  font-family: 'SourGummy';
  src: url('fonts/SourGummy-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 800;       /* the full range the variable font supports */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Mono';
  src:
    url('fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Mono';
  src:
    url('fonts/RobotoMono-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: italic;
  font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    background-color: #feb309;
    font-family: 'Roboto Mono', consolas, monospace;
    font-size: 12px;
}

.outer-top {
    display: inline-block;
    background-image: url('img/morelayout.png');
    background-repeat: no-repeat;
    height: 938px;
    width: 1274px;
    position: absolute;
    content: " ";
    z-index: 2;
    pointer-events: none;
}

.outer {
    height: 760px;
    width: 1016px;
    position: relative;
    top: 40px;
    left: 41px;
}

.content {
    height: 487px;
    width: 650px;
    background-color: white;
    overflow: auto;
    position: relative;
    left: 211px;
    top: 178px;
    border-radius: 8px;
    line-height: 1.4rem;
    padding: 24px;
    box-sizing: border-box;
}

.header {
    height: 36px;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 403px;
    z-index: 3;
    font-size: 22px;
    color: #50332b;
    text-shadow: 1px 1px 3px #593636;
    font-family: 'SourGummy', monospace;
}

.subtitle {
    position: absolute;
    top: 51px;
    left: 403px;
    color: red;
    text-shadow: 1px 2px 2px #593636;
    font-weight: bold;
    font-family: monospace;
    z-index: 3;
    font-size: 48px;
    letter-spacing: -1px;
    font-family: 'SourGummy', monospace;
}

.subsubtitle {
    position: absolute;
    top: 114px;
    left: 403px;
    color: #53352e;
    text-shadow: 1px 1px 2px #cc782a;
    font-weight: bold;
    font-family: monospace;
    font-size: 10px;
    z-index: 3;
    font-size: 18px;
    font-family: 'SourGummy', monospace;
}

.menu a:hover {
    transform: rotate(5deg);
}

.menu a {
    display: block;
    color: #fce5db;
    height: 42px;
    width: 145px;
    line-height: 43px;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px #53352e;
}

.menu {
    position: absolute;
    top: 200px;
    left: 20px;
    z-index: 3;
    text-align: center;
}

.container {
    position: relative;
    margin: auto;
    display: block;
    width: 1110px;
}

.content img, .content video {
    max-width: 80%;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #8ca1c1;
}

h1 {
    font-size: 20px;
    color: #ff8f00;
    letter-spacing: 2px;
    margin: 0;
}

h2 {
    margin-top: 24px;
    font-size: 16px;
    color: red;
    letter-spacing: 0.5px;
    border-bottom: 1px dotted red;
}

.date {
    font-style: italic;
    color: grey;
}

.color {
    height: 50px;
    width: 50px;
    display: inline-block;
}


.post {
    margin-bottom: 120px;
    width: 510px;
}