/*@import url('https://fonts.googleapis.com/css2?family=Barriecito&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

A.button, A.button2A, A.buttonDD, A.buttonDDT, A.button2, A.buttonDDT2, A.buttoninactive {  text-transform: uppercase; border: none;  background-color: #008000;  padding: 2px 20px;  color:#fff;  font-size:13px;  font-family:'Poppins';  border-radius: .6rem;  font-weight:500;  text-decoration: none; margin: 0px 8px; }
A.button:hover, A.button2A:hover, A.buttonDD:hover, A.buttonDDT:hover, A.button2:hover, A.buttonDDT2:hover, A.buttoninactive:hover { color:#fff; background-image: linear-gradient(to right, #008000, #009900, #008000); }*/