body {
    margin: 0;
    padding: 0;
    background-color: #0f172a;
    font-family: Arial, sans-serif;
    color: white;
}

.container {
    width: 80%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.hero {
    text-align: center;
    margin-bottom: 40px;
}

.hero h1 {
    font-size: 56px;
    margin-bottom: 10px;
}

.hero h2 {
    color: #38bdf8;
    margin-bottom: 20px;
}

.hero p {
    width: 70%;
    margin: auto;
    line-height: 1.7;
    color: #cbd5e1;
}

.card {
    background-color: #1e293b;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

.card h3 {
    color: #38bdf8;
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
    color: #e2e8f0;
}

p {
    color: #e2e8f0;
    line-height: 1.6;
}body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    text-align: center;
    margin-top: 60px;
    color: #333;
}

h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

h2 {
    color: #555;
    margin-bottom: 30px;
}

p {
    width: 70%;
    margin: auto;
    line-height: 1.6;
}

ul {
    list-style-position: inside;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

.projects {
    margin-top: 60px;
    text-align: center;
    padding: 20px;
}

.project-card {
    background-color: #1e1e1e;
    padding: 25px;
    border-radius: 12px;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.project-card h3 {
    color: #4da6ff;
    margin-bottom: 20px;
}

.project-card p {
    line-height: 1.6;
    margin-bottom: 20px;
}

.project-card ul {
    list-style-position: inside;
    padding: 0;
}

.project-card li {
    margin: 10px 0;
}

.dashboard-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
