inside theme.php


body {
    background: #f8f9fa;
    color: #212529;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
}
.navbar {
    background: #00283bff;
    color: #ecf4f9ff;
    font-family: "Segoe UI", Arial, sans-serif;
    padding: 0 20px;
    margin: 0;
    height: 60px;
}
.menu-items a {
    color: #d8dee1ff;
    background: #00283bff;
    font-size: 1rem;
    width: auto;
    transition: background 0.3s ease;
}
.menu-items a:hover {
    color: #ffffffff;
    background: #00283bff;
}
h1, h2, h3, h4, h5, h6 {
    color: #212529;
    font-family: "Segoe UI Semibold", "Segoe UI", Arial, sans-serif;
}
button, .btn {
    background: #007bff;
    color: #ffffff;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1rem;
}
a {
    color: #007bff;
    font-size: 1rem;
}
a:hover {
    color: #0056b3;
}
.title {
    width: 300px;
    border: none;
}
.title h1{
    font-family: Merriweather, Arial, sans-serif;
    font-size: 2rem;
    color : #ecf4f9ff;
    margin: 10px 20px 0 10px;
    padding: 0 12px;
    line-height: 0.5;
    font-weight:400;
}
.title p {
    font-size: 0.8rem;
    color: #FFFF00;
    margin: 2px 2px 0 10px;
    padding: 0 12px;
    font-weight:500;
}

 @media (max-width: 860px) {
    .title {
        min-width:300px;
        border: 1px solid #aaa;
}
}
