body {
  font-family: "Press Start 2P";
  position: relative;
  padding: 0; 
  margin: 0; 
}

.hoverableImg, .adoptable {
  transition: .2s;
}

.non-hoverableImg {
  position: absolute;
  width: 100%;
  pointer-events: none;
}

.hoverableImg:hover,
.hoverableImg:focus, 
.adoptable:hover,
.adoptable:focus {
  transform: scale(1.05);
  cursor: pointer;
}

/* kanske ska ta bort */

.timestamp {
  display: flex;
  background-color: aliceblue;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 2px;
  font-size: small;
}

.home-button{
  position: fixed;
  top: 20px;
  left: 20px;
  width: 130px;
  z-index: 5;
}