html {
    height: 100%;
    width: 100%;
    font-family: 'Lato', sans-serif;
}

a.foodBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5%;
    border: 1px solid #c0c0c0;
    text-decoration: none;
}

a.foodBox i {
    font-size: 1.5em;
}

p {
    color: #000;
    font-weight: bold;
}

span.domain {
    color: #999;
    font-size: .75rem;
}