.navbar{
    background-color: #3E5690;
}

a{
    text-decoration: none!important;

}
.project-card{
    text-decoration: none!important;
    color: #3E5690!important;
}

.blog-post {
    max-width: 80%;
    margin: 100px auto;
    padding: 0 20px;
}

.blog-header {
    margin-bottom: 40px;
}

.blog-meta {
    margin-bottom: 20px;
    color: #666;
}

.blog-date, .blog-author {
    margin-right: 20px;
}

.blog-header h1 {
    font-size: 2.5em;
    margin-bottom: 30px;
    line-height: 1.2;
}

.blog-header img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
}

.blog-content {
    line-height: 1.8;
}

.blog-intro {
    font-size: 1.2em;
    color: #444;
    margin-bottom: 30px;
}

.blog-content h2 {
    margin: 40px 0 20px;
    color: #333;
}

.blog-content p {
    margin-bottom: 20px;
    color: #444;
}

.blog-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.share-buttons {
    text-align: center;
}

.share-buttons h3 {
    margin-bottom: 20px;
}

.share-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    color: white;
    transition: transform 0.3s ease;
}

.share-button:hover {
    transform: translateY(-3px);
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.linkedin {
    background-color: #0077b5;
}

@media (max-width: 768px) {
    .blog-post {
        margin: 60px auto;
    }

    .blog-header h1 {
        font-size: 2em;
    }
}

@font-face {
    font-family: 'GALISCKA';
    src: url('../assets/font/GALISCKA-Regular-BF65ce4e25cffd9.otf') format('opentype'),
         url('../assets/font/GALISCKA-Regular-BF65ce4e261cfed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1{
    font-family: 'GALISCKA', Arial, sans-serif;
} 