.gg-footer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(#251d1d99 0%, #696970 25%, #74707c 50%, #4e4a56 75%, #000000 100%);
}

.footer-para {
  width: 92%;
  color: white;
  font-style: italic;
  font-size: 14px;
}

.footer-menu {
  width: 8%;
  color: white;
  font-size: 14px;
  cursor: pointer;
}