.button {
    font: bold 64px;
    text-decoration: none;
    background-color: #333333;
    color: #EEEEEE;
    padding: 12px 12px 12px 12px;
    border: 1px solid transparent;
    border-top-width: 1px;
    border-top-color: transparent;
    border-right-width: 1px;
    border-right-color: transparent;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-left-width: 1px;
    border-left-color: transparent;
    border-radius:290486px;
    padding-left: calc(1em + .25em);
    padding-right: calc(1em + .25em);
    box-shadow: none;
    display: inline-flex;
  }

/* .button.is-rounded {
border-radius: 290486px;
padding-left: calc(1em + .25em);
padding-right: calc(1em + .25em);
}
.button.is-normal {
font-size: 1rem;
}
.button.is-dark {
background-color: #363636;
border-color: transparent;
color: #fff;
} */
/* .link-block a {
margin-top: 5px;
margin-bottom: 5px;
} */
/* .button {
background-color: #fff;
border-color: #dbdbdb;
border-width: 1px;
color: #363636;
cursor: pointer;
justify-content: center;
padding-bottom: calc(.5em - 1px);
padding-left: 1em;
padding-right: 1em;
padding-top: calc(.5em - 1px);
text-align: center;
white-space: nowrap;
} */
/* .button {
    text-decoration: none;

-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
border: 1px solid transparent;
    border-top-width: 1px;
    border-top-color: transparent;
    border-right-width: 1px;
    border-right-color: transparent;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-left-width: 1px;
    border-left-color: transparent;
border-radius: 4px;
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
justify-content: flex-start;
line-height: 1.5;
padding-bottom: calc(.5em - 1px);
padding-left: calc(.75em - 1px);
padding-right: calc(.75em - 1px);
padding-top: calc(.5em - 1px);
position: relative;
vertical-align: top;
}
.button {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} */

span {
    text-decoration: none;
font-style: inherit;
font-weight: inherit;
}


button {

font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
  }