




iframe{
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 70vw;
    margin-bottom: 1px;
}

.flex {
    display: flex;
  }
  
  .flex > * {
    width: 70%;
  }

.navbar{
  text-align: center;
}

.review{
  margin-left: 20px;
}


body {
  margin: 0;            /* Reset default margin */
  overflow: hidden;
}

.search{
  margin-left: 20px;
  width: 50%;

}

.searchEnter{
  width: 140px;
}

.foot {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 4.5%;
}
