body {
  background-color: black;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  overflow: auto;
  color: white;
}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.flex-item {
  padding: 0;
  margin: 0;
  text-align: center;
}

h3 {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bolder;
}

h3 span {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight:lighter;
}

p {
  font-weight: lighter;
}

a, a:visited {
  color: silver;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hidden {
  display: none;
  width: 0;
  height: 0;;
  visibility: hidden;
}

