* {
  box-sizing: border-box;
}

body {
background-image: linear-gradient(90deg, #feefed 25%, #ffffff 25%, #ffffff 50%, #feefed 50%, #feefed 75%, #ffffff 75%, #ffffff 100%);
background-size: 120.00px 120.00px;

}

.center {
  text-align: center;
  list-style-position: inside;
}

ol {
    font-weight: bold;
}

li{
    margin-top: 2.5%;
    font-size: 18pt;
    
}

li:first-child {
    margin-top:0;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
#row::after {
  content: "";
  clear: both;
  display: table;
}
#storkPic {
    margin-left: 20%;
}
#floydStork {
    width: 200px;
    height: 400px;
}

.icon {
    height: 200px;
    width: 200px;
}
.storkPicture {
      -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

span {
    color:#1197F1;
}