nav{background-color:#FFF9F0; padding:10px;}
nav a{color:black; text-decoration: none; margin:90px;}
  
.our-work { background-color: #FFF9F0; padding: 60px 40px; text-align: center; } .work-title { color: #C49A4A; font-size: 24px; margin-bottom: 10px; } .our-work h1 { color: #2F2925; font-size: 40px; margin-bottom: 55px; } nav{background-color:#FFF9F0; padding:10px;} nav a{color:black; text-decoration: none; margin:90px;}

.work-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 25px;
}

.work-card {
    width: 31%;
    text-align: center;
}

.work-card img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border: 2px solid #641C2B;
}

.work-card h2 {
    color: #641C2B;
    font-size: 25px;
    margin-top: 25px;
}

.work-card p {
    color: #5A5552;
    font-size: 18px;
    line-height: 1.7;
}
.footer {
    background-color: #FFF9F0; padding: 60px 50px 25px;border-top: 3px solid #C49A4A;}

.footer-container {
    display: flex;justify-content: space-around; align-items: flex-start;gap: 50px;}

.footer-logo {
    text-align: center;width: 220px;}

.footer-logo img {
    width: 160px;height: 160px;object-fit: contain;}

.footer-logo h2 {
    color: #641C2B;font-size: 30px;}


.footer-column {
    width: 220px;}

.footer-column h2 {
    color: #641C2B;font-size: 28px;margin-bottom: 25px;}

.footer-column p {
    color: #2F2925;font-size: 17px;line-height: 1.8;margin-bottom: 15px;}
    
.follow p {
    color: #641C2B;font-weight: bold;}


.copyright {
    text-align: center;color: #2F2925;font-size: 17px;margin-top: 50px;}