.button3 {
  color: #F0F2EF;
  border-radius: 20px;
  font-family: Trebuchet MS;
  font-weight: 600;
  font-size: 14px;
  border-color: #1e2022;
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  border-width: 1.6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1e2022; }
  .button3:hover {
    color: #1E2022;
    background-color: transparent;
    border-color: #1E2022; }
  .button3:active, .button1.active {
    color: #1E2022 !important;
    background-color: transparent !important;
    border-color: #1E2022 !important; 
    box-shadow: none;}
  .button3:focus, .button1.focus, .button1:focus-visible {
    color: #1E2022;
    background-color: transparent;
    border-color: #1E2022; }