@import url("https://fonts.googleapis.com/css2?family=Bangers&display=swap");

select {
  background: white;
}
h1 {
  color: black;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.651);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
body {
  font-family: "Bangers", cursive;
  color: white;
  background: red;
  background-image: url("https://www.pngmart.com/files/13/Elegant-Pattern-PNG-Picture.png");
}

.image {
  width: 100%;
  height: 70vh;
  display: grid;
  place-items: center;
  align-items: center;
  /* background: url("https://www.transparentpng.com/thumb/pattern/t6BHdn-pattern-clipart-ornamental-pattern-ornamental-transparent.png"); */
}
img {
  width: 70vw;
  height: 70vw;
  box-shadow: 5px 5px 5px black;
}

@media screen and (min-width: 480px) {
  img {
    height: 20rem;
    width: 20rem;
  }
}
