.amo {
    cursor: pointer;
}


/*colores*/

.text-purple {
    color: purple;
}

.text-orange {
    color: orange;
}

.text-blue {
    color: blue;
}

.text-yellow {
    color: yellow;
}

.text-cyan {
    color: cyan;
}

.text-gray {
    color: gray;
}


/*fondos*/

.bg-purple {
    background-color: purple;
    color: white;
}

.bg-yellow {
    background-color: yellow;
    color: black;
}

.bg-yellow:hover {
    background-color: yellow;
    color: black;
}

.mayusculas {
    text-transform: uppercase;
}