/*DESTINO: HOLISTICO*/ 
.destiny{background-image: radial-gradient(circle, #e9d2d9, #ebc2cd, #ecb2bf, #eda2af, #ed929e);}
/* BOTONES */
input[type="submit"],input[type="button"], button{ 
    -webkit-appearance: none;
    background-color: #c41040; 
    cursor: pointer; margin: 5px;
    border:1px solid #666; text-transform: capitalize; outline: none; border-radius: 6px;
    background-image: linear-gradient(to top, #2e0212, #5a0122, #8a002c, #ba0030, #eb122e);
    box-shadow: 3px 0 6px #1b1819;
    color:#FFF;
}