body {
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  color: #fff;
  -moz-animation: Gradient 10s ease infinite;
  -webkit-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite;
}

@-webkit-keyframes Gradient {
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}

@-moz-keyframes Gradient {
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}

@keyframes Gradient {
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}

h1, i {
  color: #ffffff;
  text-shadow: 4px 4px 4px #1361b2;
}

h1 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 900;
  font-size: 8em;
  margin: 0em;
}


i.fa, i.fa-6 {
  font-size: 8em;
  padding: 0.25em;
}

i.fa:hover, i.fa-6:hover {
  background-color: #1361b2;
}


.header, .content {
  float: left;
  text-align: center;
}


.container {
  margin: 0 auto;
  max-width: 1200px;
}

div { width: 100%; }

.box {
  display: inline-block;
  min-width: 10em;
  max-width: 30%;
  margin: 0.25em;
  text-align: center;
}
