.contenido {
  border-radius: 20px;
  background-color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hojas-superior{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 35%;
  border-radius: 20px;
  background-image: url(/static/assets_valentine/images/flower-1.png);
  opacity: 0.6;
}
.hojas-inferior{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 20px;
  background-image: url(/static/assets_valentine/images/flower-2.png);
  opacity: 0.7;
}
.container{
  padding: 1rem;
  z-index: 100;
}
