.overlay-up-icon-div {
  top: -25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.overlay-up-icon {
  color: #2aabd2;
  font-size: 50px;
}

.overlay-up-icon:hover {
  color: #2aabd2;
}

.icon {
  font-size: 24px;
  margin-right: 25px;
  position: relative;
  top: 4px;
}

footer {
  background-color: black;
  padding-top: 15px;
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 100%;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  font-family: 'Roboto', sans-serif !important;
}

footer a, .copyrights {
  color: white;
  padding-bottom: 15px;
}

footer a:hover {
  color: #2aabd2;
  text-decoration: none;
}
