/* src/client/styles.css */
body,
html {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #101010;
  overflow-y: hidden;
  color: white;
  font-family:
    Shentox,
    Rogan,
    sans-serif;
}
.App {
  background-image: url(https://raw.githubusercontent.com/eve-insight/Insight/refs/heads/master/docs/images/star-bg.jpg);
  display: block;
  margin: 0 auto;
  background-color: #0f0f0f;
  background-attachment: fixed;
  position: relative;
}
.Hero {
  padding: 220px 0 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-end;
  background:
    url(https://raw.githubusercontent.com/eve-insight/Insight/refs/heads/master/docs/images/caploss_compact.png) right center no-repeat,
    url(https://raw.githubusercontent.com/eve-insight/Insight/refs/heads/master/docs/images/radar_utility.png) right top no-repeat,
    url(https://raw.githubusercontent.com/eve-insight/Insight/refs/heads/master/docs/images/pwatch_utility.png) right bottom no-repeat;
  background-size:
    600px,
    500px,
    500px;
}
.HeroContainer {
  position: relative;
  z-index: 555;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100vh;
  padding-left: 40px;
  h1 {
    font-size: calc(18.1856px + 3.71134vw);
  }
  h2 {
    font-size: calc(14.0412px + 0.824742vw);
    font-weight: lighter;
    margin-top: 0;
  }
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
li {
  float: left;
  display: flex;
  align-items: center;
}
li a {
  padding: 8px;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
li img {
  height: 20px;
}
li a:hover {
  transform: scale(1.1);
}
/*# sourceMappingURL=index.css.map */
