body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: cornsilk;
    color: #222;
}

header {
    background: #4c4c75;
    color:coral;
    padding: 20px 0;
    text-align: left;
    animation-name: example;
    animation-duration: 10s;
    position: relative;
}
nav ul {
    list-style: none;
    padding: 0;
    text-align: right;
}
nav ul li {
    display: inline-block;
    margin: 0 15px;
}
nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}
nav ul li a:hover {
    background-color: burlywood;
    text-decoration: underline burlywood;
    color: #f1f4f8;
    transform: scale(1.1);
}
section {
    margin: 40px auto;
    max-width: 800px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.project-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.project {
    flex: 1 1 45%;
    background: #e3f2fd;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}
form input, form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
form button {
    background: #0c0d0e;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}
footer {
    text-align: center;
    padding: 15px 0;
    background: #222;
    color: #fff;
    margin-top: 40px;
}
h1{
    text-decoration: underline;
    color: white;
    text-align: left;
    font-family: Algerian;
    font-style: italic;
    text-shadow: 2px 2px blue;
    grid-auto-flow: row;
     background: #4c4c75;
        padding: 20px 0;
    text-align: left;}
    
a{
    color: #4c4c75;
}
