body {
    background-color: #1c2638;
    color: #daf2e9;
    font-size: 14px;
    font-family: consolas, monospace;
    line-height: 1.4rem;
    padding: 0;
    margin: 0;
}

.title {
    font-family: cursive;
    font-style: italic;
    margin-left: 58px;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #95e0cc;
    letter-spacing: 1px;
}

.me {
    margin-left: 50px;
}

.my-menu a {
    display: block;
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    background: #23495d;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    border: 1px solid #23495d;
    padding-left: 12px;
    margin: auto;
    margin-bottom: 6px;
}

.my-menu a::before {
    display: block;
    position: absolute;
    height: 14px;
    width: 100%;
    background: #39707a;
    content: " ";
    z-index: 1;
    margin-left: -12px;
}

.my-menu a:hover {
    background: #1c2638;
}

.my-menu a:hover::before {
    background: #23495d;
}

.menu-text {
    position: relative;
    z-index: 2;
}


.left {
    vertical-align: top;
    height: 100%;
    width: 200px;
    display: inline-block;
    padding: 24px;
}

.right {
    display: inline-block;
    padding: 24px 0;
    width: 600px;
}

h2 {
    color: 95e0cc;
}

.post img, .post video {
    max-width: 300px;
}

a {
  color: #f14e52;
}