*{
    margin: 0;
    padding: 0;
}
h2{
    text-align: center;
}
.nav-item{
margin: .5em;
font-size: 17px;
text-transform: uppercase;
}

@font-face {
    font-family: 'SreeKrushnadevaraya';
    src: url('fonts/SreeKrushnadevaraya-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.main-banner {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: center;
  
    max-width: 90%;
}
 /* Responsive: Adjust for small screens */
 @media (max-width: 768px) {
    .main-banner {
        top: 35%;
        width: 50%;
        padding: 10px 1px;
        font-size: 0.95rem;
    }

    .main-banner p {
        font-size: 1rem;
    }

    .main-img {
        height: 200px;
    }
}