body {
  font-family: "Cormorant Garamond";
}

.main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.content {
  width: 30rem;
  text-align: center;
  font-size: 2rem;
}

img {
  max-width: 100%;
  border-radius: 2rem;
}
