* {
    padding: 0;
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.icon {
    width: 203px;
    height: 29px;
    margin: 0 auto;
}

.manu_icon {
    display: flex;
    gap: 95px;
    padding-top: 22px;
}

.manu_icon div {
    background-color: rgba(43, 72, 127, 1);
    width: 32px;
    height: 32px;
    border-radius: 5px;
    margin: 0 auto;
}

.manu_icon div img {
    margin: 0 auto;
    margin-top: 8px;
    margin-left: 6px;
}

.input-ai {
    background-color: rgba(143, 186, 45, 1);
    width: 356px;
    height: 56px;
    border-radius: 30px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.input-ai img {
    width: 68px;
    height: 37px;
    margin-top: 3.89px;
    margin-left: 17px;
}

.input-ai div {
    height: 34px;
    width: 2px;
    margin-left: 8px;
    margin-right: 11px;
    margin-top: 5.89px;
    background-color: black;
}

.input-ai input {
    background: none;
    border: none;
}

input:focus {
    outline: none;
}

.info_Recipes h2 {
    color: rgba(195, 42, 96, 1);
    font-size: 24px;
    font-weight: 900;
    padding-left: 17px;
}

.info_Recipes p {
    color: black;
    font-size: 13px;
    padding-left: 17px;
}

.Video_Recipes {}

article {
    margin-top: 5px;
    margin-bottom: 53px;
}

.news {
    background-image: url(/img/news_img.png);
    background-position: center;
    color: white;
    padding-top: 24px;
    padding-bottom: 200px;
}

.news div {
    width: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-left: 21px;
    margin-right: 22px;
    margin-bottom: 23px;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.news div h2 {
    padding-bottom: 17px;
}

footer {
    background-color: rgba(195, 42, 96, 1);
    display: flex;
}

footer img {
    margin: 11px auto;
}