header {
  background-color: #fffadd;
  text-align: center;
  padding: 5px;
  font-family: "Lucida Handwriting", cursive;
  font-size: 25px;
}
body {
    background-color: #fffef9;
}
.nav{
    list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffedb6;
}
.block{
    float: left;
}
.link{
    display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: "helvetica";
}
.link:hover{
    background-color: #fff5d8;
}
.about{
    text-align: center;
}
.p1 {
  font-family: "helvetica";
}
.about{
    font-family: "helvetica";
}
.solid {
    border-style: solid;
    }
.column {
  float: center;
  width: 50%;
  border-style: solid;
  padding: 50px;
  height: 650px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.flex-container {
  display: flex;
  flex-direction: row;
   
}
.flex-container > div {
  margin: 10px;
   border-style: solid;
}
}
.flex-container > div {
  margin: 15px;
   border-style: solid;
}
iframe:focus {
  outline: none;
}

iframe[seamless] {
  display: block;
}
.yelp{
    display: flex;
    width: 100%;
    height: 550px;
}
.map{
    display: flex;
    width: 100%;
    height: 350px;
}
.flex-container {
    display: flex; 
    justify-content: center