.custom-body {
  background-color: #333333;
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 93vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

.text-color-1 {
  color: #CCCCCC;
}

.linkedin {
  color: #0e76a8;
}

.footer {
  min-height: 7vh;
  align-items: center;
  background-color: #404040;
  font-size: small;
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
