@import url('https://fonts.googleapis.com/css2?family=Danfo&family=Press+Start+2P&display=swap');
body{
background: #FEFFA7;
background-image: url("https://www.pngmart.com/files/13/Elegant-Pattern-PNG-Picture.png");
}
.container {
  width: 100%;
  height: 90vh;
  display: grid;
  place-items: center;
  align-items: center;
}
img {
  width: 80vw;
  height: 50vh;
}
button {
  padding: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  border-radius: 1vw;
  box-shadow: 5px 5px 5px black;
  color: black;
  background: #F3C623;
  border: none;
  font-family: "Press Start 2P", system-ui;
}
@media screen and (min-width: 480px) {
  img {
    width: 20rem;
    height: 20rem;
  }
}
h1 {
  padding: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  border-radius: 1vw;
  background: #024CAA;
  box-shadow: 5px 5px 5px rgb(0, 0, 0);
  color: white;
  font-family: "Press Start 2P", system-ui;
}
