.button1 {
display: inline-block;
outline: none;
cursor: pointer;
font-weight: 500;
border-radius: 3px;
padding: 0 16px;
border-radius: 4px;
color: #fff;
background: #6200ee;
line-height: 1.15;
font-size: 14px;
height: 36px;
word-spacing: 0px;
letter-spacing: .0892857143em;
text-decoration: none;
text-transform: uppercase;
min-width: 64px;
border: none;
text-align: center;
box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button1:hover {
    background: rgb(98, 0, 238);
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}


.grid_button{
    width:100%;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}

.grid_button > a{
    display: inline-block;
    margin-left:1em;
    margin-right:1em;
    margin-bottom:1em;
    margin-top:1em;
}

.grid_button > .button1 {

}

.button_grey {
    background-color:#57515f !important;
}

.button_warning {
    background-color: #e2bc3e !important;
}

.button_red {
    background-color: #bc291d !important;
}

.button_little {
    font-size: 10px;
    min-width: 0px;
    padding: 0px 8px;
    height:20px
}