.hooli-text-pane {
  position: absolute;
  left: 20%;
  top: 30%;
}

.hooli-text {
  color: #fff;
}

.hooli-svg {
  position: absolute;
  bottom: -2vw;
  left: -12vw;
  width: 112vw;
}

.footer {
  background-color: #4dadfe;
  height: 300px;
  z-index: 1;
}

.footer-icons {
  text-align: center;
  margin-top: 50px;
  font-size: 24px;
}

.footer-icons > a {
  text-decoration: none;
}

.footer-link {
  color: inherit;
  text-decoration: none;
}

.footer-link:hover {
  color: #dee;
}

.footer-icon {
  background: #fff;
  color: #4dadfe;
  border-radius: 50%;
}

.footer-text-pane {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}

.footer-text {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
}
