﻿/*degradé  https://cssgradient.io/swatches/    */


[class*="md"] {
    background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%);
    border: 1px solid blue;
    border-radius: 15px;
    padding-top: 10px;
    /* line-height: 40px;
   text-align: center;*/
}





