/* Newseragh - Main Stylesheet */

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8f9fa;
    color: #222;
     font-size: 16px;
  line-height: 1.6;
}

.navbar {
    margin-bottom: 1.5rem;
}

.card {
    margin-bottom: 1.5rem;
}

/* Add more custom styles as needed */

a:focus, button:focus {
  outline: 2px solid #005fcc;
}

