﻿.recipe-title {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: capitalize;
}

.recipe-row {
    cursor: pointer;
    color: blue;
    height: 35px;
    font-size: 1.15em;
    font-weight: bolder;
    margin: auto;
    white-space: nowrap;
}

    .recipe-row:hover {
        cursor: pointer;
        color: blue;
        background-color: antiquewhite;
        border-radius: 5px;
    }

.ingredient-container {
}
