/* HTML-Elemnt Styles */
body {
  background-color: #001f3f;
  margin: 0;
}

pre {
  margin: 0;
  color: #555555;
  font-size: 20px;
}
pre>a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

h2 {
  color: #555555;
  font-size: 50px;
  text-align: center;
}

h3 {
  color: #555555;
  font-size: 35px;
  text-align: center;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555555;
  margin: 2em;
  padding: 1em;
}
/* HC-Class Styles */ 
.intro-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001f3f;
  position: relative;
  margin: 1rem;
}