html{
  height: 100%;
}
body{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1d252c;
  margin: 0;
}
#outer {
  stroke: white;
}
.loader {
  width: 200px;
}
h3 {
  font-family: sans-serif;
  color: #cdfff8;
  text-align: center;
}
svg {
  filter: drop-shadow(  -1px -1px 5px cyan );
}

h3 {
  text-shadow: 1px 1px 5px #cdfff8;
}