h1,
p,
a,
{
font-family: 'Roboto Condensed', sans-serif;
}

body {
    background-color: #212529;
    color: white;
}

a {
    text-decoration: none;
    color: white;
}

.green-text {
    color: green;
}

.nav-font {
    font-size: larger !important;
}

.custom-container {
    display: flex;
    justify-content: center;
}

.custom-card {
    width: 400px;
}

.green-button {
    box-shadow: 0px 4px #146c43;
}

.grey-card {
    box-shadow: 0px 6px #5e6a7580;
}

.recipe2shop {
    text-shadow: 0px 2px #ffffff80;
}

ul {
    list-style-type: none;
}

footer {
    box-shadow: 0px 100px #3f474f;
}