body {
  /*font-family: sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  background: #FFF;
  color: #181A1B;
  margin: 0;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 2em;
  line-height: 1.2em;
  padding: 80px 0 32px 0;
  font-family: serif;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  /*margin-top: 0;
  margin-bottom: 0.5rem;*/
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #134DB6;
  text-decoration: none;
}

a:hover {
  color: #E56114;
  text-decoration: none;
}

.footer {
  margin: 32px 0 80px 0;
}

ul {
  list-style-type: none;
  padding: 0
}

.social li {
  display: inline-block;
  margin: 0 9px 0 0;
}

.linkedin a {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/simple-icons/3.0.1/linkedin.svg);
  display: block;
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.linkedin a:hover {
  opacity: 0.5;
}

.github a {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/simple-icons/3.0.1/github.svg);
  display: block;
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.github a:hover {
  opacity: 0.5;
}

.medium a {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/simple-icons/3.0.1/medium.svg);
  display: block;
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.medium a:hover {
  opacity: 0.5;
}

.blogger a {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/simple-icons/3.0.1/blogger.svg);
  display: block;
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.blogger a:hover {
  opacity: 0.5;
}