html, body {
  /*

padding: 0;
margin: 0;


  top: 50%;
  left: 50%;
  margin-top: -0%;
  margin-left: -0%;
  margin-bottom: 0%;
  width: 100%;
  height: 100%;

 overflow: hidden;*/
}

.loadingAnimation {
  background: url(textures/tileset.png) 0px 0px;
  position: absolute;
  top: -157;
  left: 235;
  transform: scale(.24);
}

.parent {
  /*
        width: auto;
        height: auto;
*/
position: relative;

left: 300;
  width: 685;
  height: auto;
  /*
        transform:  scale(.55);

        position: relative;
        top: -250;
        */
}

.spinningCat {
  position: absolute;
  top: 60;
  left: 100;
  transform: scale(.5);
}

.page-footer {
  padding-bottom: 15px;
  background-color: #ea484e;
}