a:link {
  color: #22b3ec;
}
a:visited {
  color: #976af0;
}
a:hover {
  color: #66faff;
}
a:active {
  color: #ffd738;
}

body {
  background-color: #1d1d1d;
  color: whitesmoke;
  font-family: sans-serif;
}

div {
  width: 100%;
  text-align: center;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.child-div {
  display: inline-block;
}

.company-header {
  font-size: 4rem;
}

.tagline {
  /* max-width: 30rem; */
  /* min-width: 80%; */
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
}
