* {
  margin: 0;
}


html{
    height: 100%;
}

body {
  height: 100%;
  background-color: #222f3e;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
}

div {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  /* overflow: auto; */
  display: inline-block;
  z-index: 1;
}

h2 {
  text-align: center;
  padding-top: 10pt;
  line-height: 1.3em;
}

p {
  text-align: center;
  padding-top: 10pt;
  line-height: 1.3em;
}

a {
  color: white;
}

.pics {
  margin: 0px 0.3em;
}

.fire {
  position: fixed;
  text-align: center;
  bottom: 0px;
  width: 100%;
  font-size: 6px;
}

footer{
   height: 100px;
   display: inline-block;
   z-index: 2;
}
