.header {
    display: flex; 
    justify-content: space-between;
    align-items: center; 
}

.header h1 {
    flex: 1; 
    text-align: center; 
}

.header nav {
    display: flex; 
    gap: 25px; 
}

.header img {
    width: 20px; 
    height: auto; 
}

.pic-myself{
    width: 5.9em;
    height: auto; 
    float: left; 
    margin: 0 1em 1em 0; 
}

footer {
    font-size: 0.8em; 
}

.blog-header {
    margin-top: 5px; 
    margin-bottom: 5px;
}

.blog-header p {
    margin-top: 0;
    margin-bottom: 0;
}

.blog-header p:first-child {
    margin-top: 16px; 
    margin-bottom: 0px; 
}

.blog-header p:last-child {
    margin-bottom: 16px; 
}

.title {
    font-size: 18px;
    font-weight: bold;
}
