


/* Desktop styles */
@media screen and (min-width: 768px) {
    .oll {
        flex-direction: row;
        justify-content: center;
    }

    .itemkg {
        width: 45%;
    }
}

a {
    text-decoration: none!important;
}

.fmh{
    font-size: 14px!important;
}

.dBlue{
    font-size: 15px;
    color: #fff;
    background-color: #0098ea;
    border-color: #0098ea;
    /*color: #0098ea*/
}
.dBlue:hover{
    background-color: #3ba3db;
    color: #fff;
    border-color: #3ba3db;
    transform: scale(1.01);
}
.dBlue:active{
    border-color: #0098ea !important;;
    background-color: #0098ea !important;
    color: #fff !important;
}

.xmh{
    margin-top: -9px!important;
    /*margin-bottom: -5px!important;*/

}

.smallbtn{
    padding: 6px 8px!important;
    font-size: 0.8rem!important;
}

.smallbtn2{
    padding: 6px 8px!important;
    font-size: 0.5rem!important;
}

.cardBg56{
    background-color: #dce6eb;
}

.dText56{
    font-size: 18px;
    
}

body {
    font-size: 13px!important;
    font-family: 'Arial', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    background-color: #007BFF;
    color: white;
    padding: 1em 0;
    text-align: center;
}

header nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.content-block {
    background: white;
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

h2 {
    color: #007BFF;
}

.btn {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

form {
    display: flex;
    flex-direction: column;
}

input, textarea {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

footer {
    text-align: center;
    font-size: 12px;
    font-weidght: bold;
    padding-top: 10px;
    padding-bottom: 0.2px;
    background-color: #007BFF;
    color: white;
}

@media (max-width: 768px) {
    header nav a {
        display: block;
        margin: 10px 0;
    }
}