.recipeFrame {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 15px 45px 15px 10px;
    margin: 10px;
    border-radius: 10px;
    width: max-content;
}

.recipeFrame th {
    width: max-content;
    margin-left: 0;
    margin-right: 20px;
}