.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.h1{
  font-family: "Copperplate", fantasy;
}

img {
  display: block;
  margin: auto;
  width: 50%;
}