html {
  background-image: url(f8426bf4f6892dfed16b2e0f583d5670.gif);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
}

.row {
  display: flex;
}

.desktoplink {
  display: flex;
  flex-direction: column;
  width: 95px;
  height: 95px;
  align-items: center;
  margin: 20px;
}

.desktoplink .icon {
  width: 75px;
}

.desktoplink .hover {
  position: absolute;
  width: 100px;
  height: 100px;
}

.desktoplink p {
  margin: 2px;
  font-size: 12.5px;
  text-shadow: white 1px 1px 4px;
  color: rgba(0, 0, 0, 0.8)
}