/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
    width:100%;
    text-decoration: none;
}

header {
    background-color: #007BFF;
    color: white;
    text-align: center;
    padding: 30px;
}

nav a {
    text-decoration: none;
}

h1 {
    margin: 0;
    font-size: 3em;
}

p {
    font-size: 1.2em;
    text-decoration: none;
    text-align: justify;
}

footer {
    text-align: center;
    padding: 1rem;
    background: #333;
    color: #fff;
    position: relative;
    bottom: 0;
}

/* Projects Section */
.projects {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    margin: 0 auto;
    text-decoration: none;
}

.project-card {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-decoration: none;
    text-align: left;
}

.project-card:hover {
    transform: translateY(-10px);
    text-decoration: none;
}

h2 {
    color: #007BFF;
    font-size: 1.8em;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

.heading {
    text-decoration: none;
}

 h1{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h3{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#footer{
    text-align: center;
}