*{
box-sizing: border-box;
margin: 0;
padding: 0;

}
body{
    position: relative;
background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);    #fe53);
    height: 100vh;
    width: 100%;
    color: #333;

}

.searching{
justify-content: center;
align-items: center;
text-align: center; 
left: 100px; 
}

h1{
    color: #4a4a4a;
    font-style: italic;
    text-decoration: underline 2px wavy ;
    font-size: 48px;
    text-align: center;
}
p{
    text-align: center;
    font-size: 26px;
    color: rgb(0, 0, 0);
}

.searching{
    display: flex;
    gap: 10px;
    margin: 20px 0 40px;
    justify-content: center;
}

#ingrdient{
    width: 300px;
    padding: 10px 15px;
    border-radius: 25px;
    border: 3px solid #ddd;
    background: transparent;
    box-shadow: 2px 10px 20px;
    color: #f5576c;
    outline: none;
    font-size: 18px;
    transition: border-color 0.3s ;
        transition: 0.3s all ease-in-out;

    

}

#ingrdient:hover{
    transform: translateY(-10px);
}
#ingrdient:focus{
    border-color:  #00ffff;
}

#btn{
    padding: 10px 20px;
    border: none;
    color: white;
    background-color: #3e4d5d;
    border-radius: 25px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

#btn:hover{
    background-color: #0056b3;
        transform:translatey(-10px)

}
img{
    height: 300px;
    width: 300px;
    opacity: 0.5;
    border-radius: 20px;
    border: 3px dotted wheat;
    transition: 0.3s all ease-in-out;
     justify-content: center;
    align-items: center;
}
img:hover{
 height: 400px;
    width: 400px; 
    opacity: 1;   
    transform: translateY(-20px);
}

.containerresult{
    display: flex;
    width: 100%;
    height: 100%;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.rights{
    text:text-align;
    text-align: center;
    kerning: auto;
    user-select: auto;
    line-height: normal;
    position: relative;
    user-select: all;
    user-select: none;font: Helvetica;
    position: relative;
    position: relative;
    padding: 2px;
    kerning: 34px;
    top: 5rem;
    opacity: 2px;
    opacity: 142px;
}


h4{
    font-size: 24px;
    color: rgb(27, 27, 27);
    font-weight: 600;
}

a{
    font-size: 18px;
    color: rgb(74, 69, 87);
    font-style: cursive;
    text-decoration: none;
    transition: 0.1s all ease;
}
button{
    height: 40px;
    width: 200px;
    border-radius: 20px;
    background: orange;
    color: black;
    font-weight: 700;

}
a:hover{
    color: white;
}

button:hover{
    background: green;
    color: white;
    border: none;
}

#rights{
    position: relative;
    margin-top: 100%
}