.report-content {
    padding: 2rem;
}

#animated-heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--primary-color);
    text-shadow: 0 0 10px var(--primary-color);
}

.report-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.report-box {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 0 20px var(--primary-color);
    transition: transform 0.3s ease;
}

.report-box:hover {
    transform: scale(1.05);
}

.report-box h2 {
    margin-bottom: 1rem;
    color: var(--primary-color);
}

#generate-report {
    display: block;
    margin: 2rem auto;
    font-size: 1.2rem;
    padding: 1rem 2rem;
}
.navbar {
    background-color: #1a1a2e;
    width: 100%;
    padding: 15px 0;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar-brand {
    font-size: 2rem;
    color: #599862;;
}

.navbar-menu {
    list-style-type: none;
    display: flex;
    gap: 20px;
}

.navbar-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.navbar-menu li a.active {
    border-bottom: 2.5px solid #599862;;
}

.navbar-user {
    color: #ffffff;
}

   
.pp{
    background-image: url(pp2.png);
    height: 40px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -40px;
    margin-left: 20px;
  }

.profile{
    margin-top: 50px;
  
    
  }