h1 {color:blue;}
.content {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
} @media (min-width: 700px) {
  .card {
    max-width: 40vw;
  }body {
  background-image: linear-gradient(pink, lightblue, yellow, pink);
  }}.content {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}.content {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}.image {
  width: 100%;
  height: 100%;
}

.title {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Merriweather Sans", sans-serif;
  color: #000;
}

