#index-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#query-form {
    display: flex;
    flex-direction: column;
}

#prompt-text {
    resize: none;
    text-align: center;
}

#recipe-content {
    display: flex;
    flex-direction: row;
    gap: 200px;
}

#ingr-container {
    width: 25%;
}

#instr-container {
    width: 40%;
}

#nutr-container {
    width: 25%;
}

#nutr-list {
    list-style-type: none;
}
