* {
  font-family: 'Lato', sans-serif;
}

html {
  height: 100%;
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-name {
  font-size: 1.5em;
}

.box {
  flex: 1 0 auto;
}

.social-icons {
  font-size: 2em;
  text-align: center;
}

.social-icons a {
  margin: 1%
}
