/* || general styles */

html {
  font-family: 'Cuprum', 'helvetica neue', helvetica, arial, sans-serif;
}

body {
  width: 90%;
  margin: 0 auto;
}

h1, h2 {
  font-family: 'Cuprum', sans-serif;
}

/* header styles */

h1 {
  font-size: 1.5rem;
  text-align: center;
  color:#2535ff;
}

header p {
  font-size: 44pt;
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 0px;
  vertical-align: middle;
}

header p  icon{
  font-size: 60pt;
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 0px;
  color: #2535ff;
  vertical-align: middle;
}

header p unit {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 0px;
  vertical-align: middle;
}
/* section styles */

section article {
  width: 33%;
  float: left;
}

section p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

section ul {
  margin-top: 0;
}

h2 {
  font-size: 2.5rem;
  letter-spacing: -5px;
  margin-bottom: 10px;
}