* 

{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 95px;

}

h2 {
  font-size: 35px;

}

a {
  color: #1e6bbd;
  text-decoration: none;
}

hr.solid {
  border-top: 1px solid #f1f1f1;
}

li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

li span {
  display: block;
  font-size: 4.5rem;
}



/* general styling */
html, body {
  /*height: 100%;*/
  margin: 0;
}

body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9e9e9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: -apple-system, 
    BlinkMacSystemFont, 
    "Segoe UI", 
    Roboto, 
    Oxygen-Sans, 
    Ubuntu, 
    Cantarell, 
    "Helvetica Neue", 
    sans-serif;
}

.container {
    color: #333;
    margin: 0 auto;
    padding: 3px;
    text-align: center;
    margin-top: 90px;
}
