

.contact {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

a {
    text-decoration: none;
        color: black;

}

#title {
    
    font-weight: 400px;
    color: #07020D;
}

#download {
    background-color: #FF5678;
    border-radius: 13px;
    padding: 10px; 
    color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
}

.nav-bar {
display: flex; 
justify-content: space-between;
margin: 2em;
}

.nav-bar a {
    text-decoration: none;
    text-align: center;
    
    
    color: #07020D;
    text-decoration: none;
    font-weight: 500;
}
.nav-bar a:hover {
    text-decoration: none;
    color: #07020D;
    transform: scale(1.1);
}

a {
    text-decoration: none;
    transition: transform 0.2s ease;

    color: black;

}

a:hover {
    color: #FF5678;
    transform: scale(1.02);

}

.gobble-frog {
    width: 100%;
    max-width: 50px;
    border-radius: 10px;
}
.recipe-header {
    display: flex; 
    align-items: center;
    width: 100%;
    gap: 1em;
    
}


.download:hover {
    color: white !important;
}
    @media (max-width: 600px) {
        .nav-links {
            width: 400px; 
        }


    .nav-bar {
        align-items: center;
        flex-direction: column;
        
    }
}
