#example-element{
   background:linear-gradient(135deg,#339e37 0,#FFEB3B 94%,#fff 95%);
   border:3px solid #c5c5c5;
   overflow:auto;
   width:250px;height:250px;
   font-weight:700;
   color:#000;display:flex;
   align-items:center;
   justify-content:center;padding:10px
}
