@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/*body { text-align: center; padding: 150px; background-image: url("dot-grid/dot-grid.png"); background-repeat: repeat;}
h1 { font-size: 40px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
#article { display: block; text-align: center; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }*/


.example_b {
color: #fff !important;
font-size: 20px;
text-transform: uppercase;
text-decoration: none;
line-height: 150%;
background: #000000;
padding: 15px 13px 10px 13px;
border-radius: 50px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
}

.example_b:hover {
  color: #000 !important;
  text-transform: uppercase;
  line-height: 150%;
background: #00ff00;
text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
/*-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);*/
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}
