body {
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  margin-top: 50px;
  background-color: #B0C2FC;
}

img {
  width: 100%;
  height: auto;  
}

p, li {
  font-size: 1.5em;
  line-height: 2em;
}

h1 {
  font-family: 'Bangers', cursive;
  font-size: 5em;
  margin-bottom: 40px;
  margin-top: 20px;
}

.flexcontainer {
  display: flex;
  flex-wrap: wrap;
}

.two-col {
  flex-basis: calc(50% - 40px);
}

.centered {
  text-align: center
}