body {
    background-color: #0D1117;
    color: whitesmoke;
    font-family: monospace;
    text-align: center;
    margin: 0;
    padding: 20px;
    font-size: 16px;
}

main{
    font-size: 16px;
}

p{
    font-size: 14px;
}

li{
    font-size: 14px;
}

a {
    color: #0ABAB5;
    text-decoration: none;
}

a:hover {
    color: whitesmoke;
}

header {
    margin-top: 25px;
    font-size: 24px;
    font-weight: bold;
}

.menu {
    background-color: rgba(0, 255, 204, 0.1);
    padding: 10px;
    margin: 15px auto;
    border-radius: 5px;
    max-width: 800px;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    display: inline-block;
    margin: 0 15px;
}

.menu ul li a {
    color: #00ffcc;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.menu ul li a:hover {
    color: whitesmoke;
}

.posts {
    text-align: left;
    max-width: 800px;
    margin: 20px auto;
    padding: 15px 25px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.05);
}

.post-date {
    color: #00ffcc;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.post-link a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.post-link a:hover {
    color: #FFD700;
}

footer {
    margin-top: 20px;
    padding: 10px;
    border-top: 1px dashed #00ffcc;
    color: #00ffcc;
    text-align: center;
}

main {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    text-align: left;
}
h2, h3, h4 {
    margin-top: 20px;
    color: #00ffcc;
}
h5 {

}
.certifications {
    font-size: 16px;
}