.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout.blue {
  background-color: #1D3D90;
  color: #fff;
}
footer { 
  width: 100%;
  height: auto;
  background-color: #FFCD08;
  color: #000000;
}

