body {
    font-style: normal !important;
  }
#zag{
    color: #9c0000;
    margin-top: 40px;
    margin-left: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}
.texty{
    width: 60%;
    margin-left:20px;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 25px;
    display:block;
}
.imagess{
    width: 40%;
    display: flex;
    display:block;
}
.container {
    display: flex;
    height: auto;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    margin-top: 60px;
}
#na4{
    font-family: Garamond, 'Times New Roman', Times, serif;
    font-size:23px;
}
p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
}
.boldred1{
    color:#9c0000;
}
.boldred{
    color:#9c0000;
    font-size:30px;
}
p.texty{
    font-size:20px;
}
.voguecov1{
    width:50%;
}
.voguecov2{
    width:50%;
}
.t4i{
    font-size: 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:#9c0000;
}
.cardl{
    margin-left:50px;
    margin-right: 25px;
    margin-top:30px;
    margin-bottom: 30px ;
}
.cardr{
    margin-left: 25px;
    margin-right:50px ;
    margin-top: 30px;
    margin-bottom: 30px ;
}
q{
    color:#9c0000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size:18px;
}
  .topnav {
    background-color: #9c0000;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
.moreim{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.moreim1{
    width:33%;
    margin-left: 60px;
}
.moreim2{
    width:33%;
}
.moreim3{
    width:33%;
}
#heading{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size:30px;
    color: #9c0000;
}
.card1{
    margin-top: 20px;
    margin-bottom: 70px;
}
.card2{
    margin-top: 20px;
    margin-bottom: 70px;
}
.card3{
    margin-top: 20px;
    margin-bottom: 70px;
}
li{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size:20px;
}
.img{
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
i{
    color: #9c0000;
}
.covers1, .covers2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cardl, .cardr {
    margin-bottom: 20px;
}
.t4i {
    text-align: center;
    font-style: italic;
    margin-top: 5px;
}

/* Media Queries for Responsive Design */
@media screen and (max-width: 1024px) {
    .texty, .imagess {
        width: 100%;
    }
    p {
        font-size: 18px;
        line-height: 1.6;
    }
    .moreim1, .moreim2, .moreim3 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    p {
        font-size: 16px;
        line-height: 1.5;
    }
    .boldred {
        font-size: 24px;
    }
    #zag {
        font-size: 24px;
        margin-top: 20px;
    }
    .container {
        padding: 10px;
        margin-top: 50px;
    }
    .moreim1, .moreim2, .moreim3 {
        width: 100%;
    }
    .topnav {
        position: fixed;
    }
    .topnav a {
        float: none;
        display: block;
        text-align: left;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 480px) {
    p {
        font-size: 14px;
        line-height: 1.4;
    }
    .boldred {
        font-size: 20px;
    }
    #zag {
        font-size: 20px;
    }
    .container {
        padding: 5px;
        margin-top: 40px;
    }
    .texty, .imagess {
        padding: 10px;
    }
    .topnav a {
        padding: 8px 12px;
        font-size: 16px;
    }
}