body {
    text-align:center;
    font-size: 28px;
}
.jumbotron {
    background-image: url('../img/food2.jpeg');
    background-size:cover;
}
h3 {
    font-weight:bold;
}
footer {
    position:fixed;
    bottom:10px;
}
.row {
   margin: 20px 0;
}
input {
    text-align:left;
}
button {
    margin: 5px 5px;
}
#fLst {
      list-style-type: none;
}
.box {
    background: lightgreen;
    margin:10px 0;
    padding:10px;
    border: 2px double green;
}
img {
    width:30%;
    border: 3px groove limegreen;
    box-shadow: 3px 3px;
}
li {
    text-align:left;
}

.anta-regular {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
    font-size:48px;
}

h2 {
    font-size:36px;
}

h3 {
    font-size:28px;
}

.col-md-8 {
    padding:20px;
}