body {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 200;
  background: #212F3C;
  color: #F0F3F4;
  padding: 10px;
  margin: 0;
}
h1 {
  text-align: center;
  margin: 10px 0;
  /* font-size: 52px; */
  font-weight: 200;
}
a {
  color: #3498DB;
}
p {
  font-size: 20px;
  margin: 2px;
}
.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  justify-content: center;
  max-width: 100%;
}
.wedding-heading { 
  font-family: 'Petit Formal Script', cursive;
  margin-bottom: 0px; 
}
.small-text {
  font-size: 16px;
}
.story {
    max-width: 75%;
}
.story p {
  margin: 10px 0;
  line-height: 1.7;
}
.article {
  display: flex;
  flex-direction: row;
}
.character {
 width: 80px;
 margin: 20 auto;
}
.head {
 width: 78px;
}
.body {
 width: 78px;
}
 .row {
   display: flex;
 }
 .pixel {
   width: 11px;
   height: 9px;
 }
 .hair {
   background: #4c2a14;
 }
 .beard {
   background: #8a461a;
 }
 .skin {
   background: #F8C471;
 }
 .eyes {
   background:#351703;
 }
 .shirt {
   background: #2980B9;
 }
 .arm {
   background: #1F618D;
 }
 .pants {
   background: #A04000;
 }
