body{
    background-image: url("https://digitalcadaver.neocities.org/stripes.jpg");
    font-family: "Press Start 2P";
    font-size: 12px;
    cursor: url("cursor.gif"), auto;
    color: #89C563;
}
.funko{
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 3fr;
  grid-gap: 100px;
}
main{
  border: 6px solid #89C563;
  background-color: #77579B;
  border-radius: 20px;
  padding: 20px;
  margin: auto;
  width: max-content;
  height: max-content;
}
header{
  border: 6px solid #89C563;
  background-color: #77579B;
  border-radius: 20px;
  padding: 20px;
  margin: auto;
  margin-bottom:10px;
  width: 40%;
  text-align: center;
}
.funko img{
  height: 200px;
  width: 200px;
}
img:hover{
  transition: transform .2s;
  transform: scale(1.5);
}
a{
  text-decoration: none;
  font-size:40px;
  color:black ;
}