body {
    background-color: #000b18;
    color: #ffefff;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 200;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: justify;
}

h2, h3, h4 {
    font-weight: 200;
    margin-bottom: 0;
    color: #1dc1d8;
}

h2 {
    font-size: 28pt;
}

h3 {
    font-size: 24pt;
}

h4 {
    font-weight: 400;
}

h4 a {
    color: #1dc1d8;
}

.nav-menu-title {
    color: #fffeff;
}

p, h4, blockquote, li, tt {
    font-size: 14pt;
    line-height: 1.325;
}

strong {
    font-weight: 500;
}

a {
    color: #1dc1d8;
    text-decoration: none;
}

a:hover {
    color: #efaf5f;
}

li {
    margin-top: 15px;
    margin-bottom: 15px;
}

tt, code {
    color: #cc2255;
}

pre {
    font-size: 14pt;
    padding: 8pt;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pagetitle {
    text-align: center;
    margin-bottom: 72px;
}

.subtitle {
    text-align: center;
    line-height: 1.5;
}

.post-date {
    font-size: 10pt;
    font-style: oblique;
}

.post-excerpt a {
    font-style: oblique;
}

hr {
    border: 1px dashed;
}

#top-container {
    display: flex;
}

#nav-bar {
    flex: 15%; 
    border: 1px dashed;
    border-radius: 8pt;
    margin: 12pt; 
    padding: 12pt;
}

#content {
    flex: 80%; 
    margin-left: 5%;
    margin-right: 5%;
}

#contact-btn {
    height: 48pt; 
    text-align: center; 
    vertical-align: middle; 
    border: 1.75pt solid #1dc1d8; 
    border-radius: 8pt;
    color: #1dc1d8; 
    font-size: 24pt; 
}

#contact-btn a {
    color: #1dc1d8; 
    font-weight: 400;
}

#contact-btn:hover {
    border: 1.75pt solid #efaf5f;
    color: #efaf5f;
}

#contact-btn:hover a {
    color: #efaf5f;
}
