/**
 * @name:       Samp Front
 * @version:    0.5.1
 * @author:     EOussama (eoussama.github.io)
 * @license     MIT
 * @source:     github.com/EOussama/samp-front
 */

/* #region Global */

:root {
  --color-dark-light: #2e2e2e;
  --color-gray: gray;
}

div.content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 80vh;
  justify-content: center;
  margin: auto;
  width: 100%;
}

div.content-wrapper p {
  color: var(--color-gray);
}

body.dark {
  background-color: var(--color-dark-light);
}

/* #endregion */

/* #region Trademark */

footer {
  bottom: 0;
  left: 0;
  position: absolute !important;
  width: 100%;
}

div.trademark {
  background-color: transparent !important;
  border: none !important;
  text-align: center;
  width: 100%;
}

body.dark div.trademark a {
  color: var(--color-gray) !important;
}

/* #endregion */
