html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background: #f9f7fc;
}

.content {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
  justify-content: center !important;
  align-items: center !important;
}

.social-link {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 5px;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-link.linkedin {
  background-image: url(/img/LI-In-Bug.png);
}
