body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100vh;
  width: 100vw;
}

.game-screen {
  background-image: url("../images/kittybg.png");
  width: 600px;
  height:1000px;
  user-select: none;
  border-radius: 5px;
  z-index: -1;
}

.buttons {
  display: flex;
  justify-content: center;
  padding: 30px;
  position: absolute;
  bottom: 0;
}

.buttons a {
  background-image: url("../images/kittybutton.png");
  background-size: cover;
  background-position: center;
  width: 80px;
  height:80px;
  z-index:2;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
}

.buttons a:hover {
 background: #ffffff; 
}

#feed {
  
}

#getImage {
  width:auto;
  height:auto;
}
