body {
    background-color:rgb(198, 173, 203);
    font-family: '5Years';
    background-image:url(/images/hearttiles2.gif);
    background-size: 150px;
  }

  p {
    width: 75%; 
  }

a {
    font-size: 20px;
  }
        .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

  
p, h1, h2, b
{
color: black;
}

h1 {
    font-size: 50px;
    margin-bottom:-5px;
}

  .artwork {
      margin: 10px;
      border: none;
      display: inline-block;
  }

.artwork img
{
height: 400px;
}

.hearty {
    border-width:7px;
    border-style:solid;
    border-image: url("/images/bordermoment.png") 7 fill round;
    }

@font-face {
    font-family: 'indie_flowerregular';
    src: url('/fonts/indieflower-regular-webfont.woff2') format('woff2'),
         url('/fonts/indieflower-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neucha_regular';
    src: url('/fonts/neucha-regular-webfont.woff2') format('woff2'),
         url('/fonts/neucha-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Dadhand';
  src: url(/fonts/dadha___.ttf);
  }

@font-face {
  font-family: '5Years';
  src: url(/fonts/5yearsoldfont.ttf);
  }


@font-face {
  font-family: 'Adorable Doll';
  src: url(/fonts/AdorableDoll.ttf);
  }

@font-face {
  font-family: 'Adabelle';
  src: url(/fonts/AdabelleHandwriting-Regular.ttf);
  }

@font-face {
  font-family:'Cake';
  src: url(/fonts/cakentruffles.ttf);
}

@font-face {
  font-family:'frosting';
  src: url(/fonts/frosting.ttf);
}