body {

    background-color: #212121;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

p {
    font-family: 'arial';
    color: #b0b0b0;
    font-weight: bold;

}
p2 {
    font-family: 'arial';
    color: white;
    font-weight: bold;
    bottom: 10px;
    text-align: center;
}
.footerclass {
    
    font-size: 15px;
    color: white;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 0px;
    transition: none;
    width: auto;
}
.footerclass:hover {
    color: white;
    transform: none;
}

a {
    padding: 20px 20px;
    font-size: 20px;
    text-decoration: underline;
    background-color: green;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: transform 0.2s ease, color 0.2s ease;
}
    a:hover {
    transform: scale(1.2);
    color: #255736;
}
    a.logo {
    all: unset;
    font-family: 'arial';
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color :green;
    cursor: pointer;
    display:inline-block;
  

    
    vertical-align: left;
    margin-left: 10px;
}
a.nic{
    all:unset;
    cursor: pointer
}
footer {
    background-color: green;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    left: -10px;
    align-content: center
}
.navbar {
    background-color: #232323;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
h2{
    color:green;
    font-family: 'arial';
}
h2.tytul{
    text-align: center;
    font-family: 'arial';
    color: green

}
.article-card {
    display: flex;
    background-color: #2c2c2c;
    border-radius: 15px;
    overflow: hidden;
    margin: 20px auto;
    max-width: 800px;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.article-card img {
    width: 300px;
    height: auto;
    object-fit: cover;
}

.article-content {
    padding: 20px;
    flex: 1;
}

.article-content h2 {
    margin-top: 0;
    color: green;
}

.article-content p {
    font-family: 'Arial', sans-serif;
    color: #ccc;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: green;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.2s ease, color 0.2s ease;
    font-family: arial;
}
    .read-more:hover {
    transform: scale(1.2);
    color: #255736;
    }

img {
    width: 100%;
    height: auto;
}
.image-frame {
        max-width: 600; 
        margin: 30px auto; 
        border: 1px solid green;
        border-radius: 15px; 
        overflow: hidden; 
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); 
    }
    
    .image-frame img {
        width: 100%;
        height: auto;
        display: block;
    }
    



@media (max-width: 766px) {
    body {
        font-size: 16px;
    }

    p {
        font-size: 18px;
    }

    a {
        font-size: 18px;
        padding: 15px 15px;
}
footer {
    background-color: green;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    left: -10px;
    align-content: center
}
}
*{
    scale: 1;
}
img {
    width: 100%;
    height: auto;
}
.article-card img {
    width: 60%;
    height: auto;
}