
.title{
    font-family: "Dancing Script", cursive;
    text-transform: uppercase;
    color: #fb6f92;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    margin: 1rem 0;
}
.notes{
    font-family: "Dancing Script", cursive;
    color: #fb6f92;
    font-weight: 700;
    font-size: 45px;
    text-transform: capitalize;
    text-align: center;
    margin: 3rem 1rem;
}
.title-h{
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    color: #fb6f92;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-top: 2rem;
}
.text-h{
    color: #ff8fab ;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-top: 2rem;
    list-style: none;
    padding-left: 1rem;
}
.poppins{
    color: #ff8fab ;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 20px;
    margin: 1rem 0;
}
.text-h li::before {
    content: "❤ ";
    margin-right: 10px;
  }
.text-h li{
    margin: .5rem 0;
    
}
.hoja{
    padding: 2rem;
}
.margen{
    border: 5px dashed #ffb3c6 ;
    border-radius: 20px;
}
.boton{
    background-color: #fb6f92;
    color: white;
    font-size: 20px;
    display: block;
    margin: 1rem auto;
    border:2px solid #fb6f92;
}
.boton:hover{
    color: #fb6f92;
    background: white;
    border:2px solid #fb6f92;
}
.boton:focus{
    box-shadow: none;
    outline: none;
}
.col-6{
    margin: 0 !important;
}