@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: url("https://www.viajesfama.com/hoteles-nacionales/img/back3.jpg");
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0%;
  padding: 0%;
}

.wrap-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vw;
}
.wrap-card .card-vf {
  background-color: white;
  width: 567px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 0%;
}
.wrap-card .card-vf h2 {
  color: black;
  width: 90%;
  font-family: "Playfair Display", serif;
  font-size: 46px;
  text-align: center;
}
.wrap-card .card-vf .wrap-mesasge {
  background-color: red;
  width: 90%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-card .card-vf .wrap-mesasge h3 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}

/*# sourceMappingURL=app.css.map */
