html {
    color: #222;
    line-height: 1.4;
    font-family: "Open Sans";
    height: 100vh;
  }
  
  body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 100vh;
    font-family: "Indie Flower", cursive;
    font-weight: 600;
  }
  
  /* dark mode pallette */
  .dark-palette {
    background-color: #121212;
    color: lightgreen;
    font-weight: 100;
  }
  
  .food {
    width: 35%;
    background-image: url("../img/victoria-shes-unsplash.jpg");
    background-size: cover;
    height: 600px;
  }
  
  button {
    margin: 0 10px 20px 10px;
    padding: 5px 10px;
    font-weight: bold;
  }
  
  html {
    color: #222;
    line-height: 1.4;
    font-family: "Hind";
    height: 100vh;
  }
  
  body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 100vh;
    font-family: "Hind", sans-serif;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  a {
    text-decoration: none;
    color: #968e8e;
  }
  
  h1 {
    width: 100%;
    text-align: center;
    font-size: 2.75rem;
    font-family: "Oswald", Sans-serif;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    margin: 0 0 1rem 0;
  
    padding: 1rem;
    padding-bottom: 1.5rem;
  }
  
  p {
    font-size: 1.25rem;
    line-height: 1.285;
    text-align: center;
    margin: 0.5rem 0;
  }
  
  .fancy {
    font-family: "Bitter";
    color: tomato;
    padding-bottom: 0.5rem;
  }
  
  .fa-instagram {
    color: #222;
  }
  
  ol li {
    padding: 1rem;
  }
  
  img {
    width: 100%;
  }
  
  figure {
    margin: 0;
  }
  
  main {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 800px;
  }
  
  .food {
    width: 30%;
    /* background-image: url('../img/victoria-shes-unsplash.jpg'); */
    background-size: cover;
    height: 600px;
  }
  
  .invitation {
    flex-basis: 65%;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    justify-content: center;
    height: 600px;
  }
  
  .invitation h1 {
    width: 100%;
  }
  
  .big {
    font-size: 4.5rem;
    line-height: 1;
  }
  
  .bigger {
    font-size: 1.5rem;
  }
  
  .location {
    align-self: flex-end;
  }
  
  .location p {
    line-height: 0.5;
  }
  
  .kindabig {
    font-size: 1.4rem;
  }
  
  footer {
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-size: 0.8rem;
    color: #968e8e;
    margin-top: 10px;
  }
  
  .location,
  .fancy {
    width: 100%;
  }
  
  @media (min-width: 550px) {
    .big {
      font-size: 6.5rem;
    }
    h1 {
      padding: 1.75rem;
      padding-bottom: 2.5rem;
    }
  }
  @media (min-width: 850px) {
    body {
      font-size: 20px;
    }
  
    .big {
      font-size: 7.5rem;
    }
  
    p {
      margin: 1.25rem 0;
    }
  
    .food {
      width: 50%;
    }
  
    .invitation {
      flex-basis: 45%;
    }
  
    h1 {
      padding: 1rem;
    }
  }
  