.topbar {
    position: fixed;
    top: 0;
    width: auto;
    min-width: 300px;
    height: 40px;
    background: #414d5c;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 2px 12px rgba(71, 88, 105, 0.5);
    z-index: 1000;
    border-radius: 0 0 20px 0;
    left: 0;
    margin-left: 0;
    box-sizing: border-box;
}

.text {
    color: #cfcfcf;
    font-family: Montserrat, sans-serif;
    text-shadow: none;
    font-size: 18px;
}

.p2 {
    color: #b9b9b9;
    font-family: Montserrat, sans-serif;
    padding: 20px 20px;
    text-shadow: none;
    font-size: 1px;
}

.header21 {
    margin-left: 30px;
    margin-right: 20px;
    font-size: 23px;
}

.info21 {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom:40px;
    font-size: 17px;
    display:flex;
}

@media (max-width: 600px) {
    .text {
        font-size: 16px;
    }
    
    .p2 {
        font-size: 14px;
        padding: 15px 15px;
    }
    
    .topbar {
        min-width: 280px;
        padding: 0 15px;
    }
    
    .tuffa {
        font-size: 12px;
        padding: 6px 8px;
    }
}

.tuffa {
    margin: 5px;
    padding: 5px;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    color: #d4dbdf;
    padding: 5px 4px;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease-in-out;
}

.tuffa:hover {
    color: #ffffff;
}

.tuffa3 {
    margin: 5px;
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    color: #9dcce7;
    transition: background-color 1s ease-in-out;
}

.tuffa3:hover {
    color: #ffffff;
}

.logo {
    height: 27px;
    width: 27px;
    margin-right: 10px;
    margin-left: 0;
}

.links-container {
    display: flex;
    margin: 0;
}

img {
    width: 380px;
}

.tuffp {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 20px;
}

@media (max-width: 600px) {
    img {
        width: 50%;
    }
}

body {
    background-color: #181818;
}

.my-button {
    display: inline-block;
    padding: 10px 10px;
    background-color: #0e0d0d;
    color: #b9b9b9;
    font-family: Montserrat, sans-serif;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px 0;
    transition: background-color 0.3s ease-in-out;
}

.my-button:hover {
    background-color: #162327;
}

a {
    text-decoration: none;
    color: #b9b9b9;
    transition: color 0.3s;
}

.test1 {
    text-decoration: none;
    color: #c8e4ff;
    transition: color 0.2s;
}

.test1:hover {
    color: #9db7d3;
}

body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

.centered-div {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #7287a1;
    box-shadow: 0 6px 20px #7287a1;
}

.sizeimage1 {
    margin-top: 90px;
    height: 250px;
    width: 250px;
}

.smallp {
    font-size: 9px;
    margin-left: 20px;
    margin-right: 20px;
}



h1, h2, h3, h4, h5, h6, p, img, button {
    text-align: center;
    margin: 12px 0;
    text-shadow: none;
    box-shadow: none;
}

@media (max-width: 640px) {
    .topbar {
        flex-direction: column;
        height: auto;
        min-height: 52px;
        padding: 6px 12px;
        border-radius: 0;
        width: 100%;
        left: 0;
        right: 0;
        box-sizing: border-box;
        align-items: stretch;
        background: #414d5c;
        display: grid;
        grid-template-rows: auto;
        gap: 4px;
    }

    .logo {
        display: none;
    }

    .links-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 4px 8px;
        margin: 0;
        width: 100%;
    }

    .tuffa {
        margin: 0;
        padding: 4px 8px;
        font-size: 11px;
        background-color: transparent;
        border-radius: 16px;
        font-weight: 500;
        letter-spacing: 0.2px;
        white-space: nowrap;
    }

    .topbar {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .sizeimage1 {
        margin-top: 80px;
    }
}

@media (max-width: 480px) {
    .links-container {
        gap: 4px 6px;
    }
    .tuffa {
        padding: 3px 7px;
        font-size: 10px;
    }
    .topbar {
        padding: 5px 10px;
        min-height: 48px;
    }
    .sizeimage1 {
        margin-top: 75px;
    }
}

@media (min-width: 641px) {
    .topbar {
        display: flex;
        flex-direction: row;
        height: 40px;
        min-height: 40px;
        padding: 0 20px;
        align-items: center;
        border-radius: 0 0 20px 0;
    }
    .links-container {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
    }
    .tuffa {
        padding: 5px 4px;
        font-size: 12px;
        white-space: nowrap;
    }
    .logo {
        display: block;
        margin-right: 10px;
    }
    .sizeimage1 {
        margin-top: 90px;
    }
}

.websitedestext {
    font-size: 7px;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.newsdiv-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.newsdiv {
    width: 280px;
    background-color: #272727;
    border: 4px solid #7287a1;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.newsdiv-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: monospace;
}

.newsdiv-list li {
    padding: 8px 0;
    font-family:Montserrat;
    margin-left:23px;
    list-style:disc;
    justify-content: space-between;
}

.newsdiv-list li:last-child {
    border-bottom: none;
}

li {
   list-style: circle;
}

.javidd {
    color:#833724;
}

        @media (max-width: 768px) {
            .newsdiv {
                width: 240px;
                padding: 12px;
            }
            .newsdiv-list li {
                font-size: 14px;
                padding: 6px 0;
                margin-left: 20px;
            }
        }
        
        @media (max-width: 550px) {
            .newsdiv {
                width: 200px;
                padding: 10px;
            }
            .newsdiv-list li {
                font-size: 12px;
                padding: 5px 0;
                margin-left: 18px;
            }
        }
        
        @media (max-width: 450px) {
            .newsdiv {
                width: 170px;
                padding: 8px;
            }
            .newsdiv-list li {
                font-size: 11px;
                padding: 4px 0;
                margin-left: 16px;
            }
        }
        
        @media (max-width: 600px) {
            .newsdiv-container {
                margin: 15px 0;
            }
        }