body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.dashboard-container {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 10px 2px 4px rgba(0,0,0,0.1);
}

.container{
    width: 100%;
      height: 100vh;
      background-image: linear-gradient(rgba(0, 0, 50, 0.8),rgba(104, 144, 193, 0.8)),url(npcil_img2.jpg);
      background-position: center;
      background-size: cover;
      position: relative;
}

.section {
    margin-bottom: 20px;
}

.parameter span {
    font-weight: bold;
    display: inline-block;
    width: 200px;
}

.parameter strong {
    margin-left: 10px;
}

body {
    font-family: Arial, sans-serif;
}

header nav ul {
    display: flex;
    justify-content: space-around;
    background-color: #333;
    color: white;
    padding: 10px;
}

header nav ul li a {
    color: white;
    text-decoration: none;
}

.hero {
    background-image: url('path/to/your/image.jpg');
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.btn:hover {
    background-color: #0056b3;
}
