body {
    margin: 0;
    padding: 0;
    background-color: #ffd42b;
    font-family: Calibri, sans-serif;
    font-size: 14px;
    background-image: url(img/maplestory-slime-bg-tile-sm.png);
    background-repeat: repeat;
}

.outer-top {
    display: inline-block;
    background-image: url('img/layout.png');
    background-repeat: no-repeat;
    height: 938px;
    width: 1274px;
    position: absolute;
    content: " ";
    z-index: 2;
    pointer-events: none;
}

.outer {
    height: 760px;
    width: 1016px;
    border: 6px solid black;
    background-color: #007cff;
    position: relative;
    top: 40px;
    left: 41px;
    border-radius: 8px;
    box-shadow: 3px 3px 12px orange;
}

.content {
    height: 597px;
    width: 710px;
    border: 5px solid black;
    background-color: white;
    overflow: auto;
    position: relative;
    left: 48px;
    top: 110px;
    border-radius: 8px;
    line-height: 1.4rem;
    padding: 24px;
    box-sizing: border-box;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.14);
}

.title {
    position: absolute;
    top: -38px;
    left: 360px;
}

.subtitle {
    position: absolute;
    top: 65px;
    left: 330px;
    color: white;
    text-shadow: 1px 1px 1px #00298a;
    font-weight: bold;
    font-family: monospace;
}

.subsubtitle {
    position: absolute;
    top: 84px;
    left: 430px;
    color: #ffffffa1;
    text-shadow: 1px 1px 1px #004cff;
    font-weight: bold;
    font-family: monospace;
    font-size: 10px;
}

.menu a:hover {
    margin-left: -5px;
}

.menu a:nth-child(1) {
    background-color: #ff3000;
    color: #6c0909;
}

.menu a:nth-child(2) {
    background-color: orange;
    color:  #913612;
}

.menu a:nth-child(3) {
    background-color: #ffef00;
    color: #ae600c;
}

.menu a:nth-child(4) {
    background-color: #a3ff00;
    color: #2e8c0c;
}

.menu a {
    display: block;
    border: 5px solid black;
    color: white;
    height: 42px;
    width: 150px;
    background-image: url(img/button_bg.png);
    margin-top: 9px;
    border-radius: 8px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 39px;
    padding-left: 24px;
}

.menu {
    position: absolute;
    top: 170px;
    left: -60px;
}

.container {
    position: relative;
    margin: auto;
    display: block;
    width: 1110px;
    margin-top: 50px;
}

.content img, .content video {
    max-width: 80%;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #8ca1c1;
}

h1 {
    background-color: #ffef00;
    padding: 4px 8px;
    font-size: 20px;
    color: #ff8f00;
    border-bottom: 4px solid #ffe300;
    border-radius: 4px;
    letter-spacing: 2px;
    margin: 0;
}

h2 {
    margin-top: 24px;
    background-color: orange;
    padding: 4px 8px;
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 2px #a83700;
    border-bottom: 4px solid #ff8f00;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.date {
    font-style: italic;
    color: grey;
}

.color {
    height: 50px;
    width: 50px;
    display: inline-block;
}

.header {
  height: 36px;
  width: 100%;
  position: absolute;
  background: #004cff;
  border-bottom: 6px solid #00000075;
  border-top: 6px solid #ffffff29;
}

.outer-shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  border-left: 6px solid #ffffff29;
  border-bottom: 6px solid #00000029;
  border-right: 6px solid #00000029;
  box-sizing: border-box;
}

.post {
    margin-bottom: 60px;
}