@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);* {
  margin: 0;
  line-height: 1.6em;
  font-weight: normal;
  color: #000; }

body {
  font-family: 'Libre Baskerville', serif;
  font-size: 16px; }

main {
  align-items: center;
  height: 100vh;
  width: 100vw;
  display: flex;
  text-align: center;
  justify-content: center; }
  main > div {
    margin-top: -3em;
    flex-grow: 1; }
  main svg {
    fill: #e4e4e4;
    height: 1.7em;
    width: 1.7em; }

.i {
  position: relative; }
  .i-email {
    top: 7px;
    margin-right: 0.2em; }
  .i-loc {
    top: 3px; }
  .i-link {
    text-decoration: none; }

.details {
  display: flex;
  justify-content: center; }
  .details > div {
    margin: 0 1em;
    font-size: 0.8em; }

h2 {
  font-size: 1em; }

@media (min-width: 500px) {
  h1 {
    font-size: 3em; }
  h2 {
    font-size: 1.5em; }
  p {
    font-size: 1em; }
  .details > div {
    font-size: 1em; } }

/*# sourceMappingURL=main.045ec87671e7c7ae1ba9d3e7fb101585.css.map*/