.button{
    display: flex;
    max-width: min-content; margin: auto; align-self: center;
    flex-direction: row;
    align-items: center; justify-content: space-around;
    background: #38f3;
    text-decoration: none;
    color: unset;
    gap: 10px;
    padding: 12px; border-radius: 5px;
}
.button span {flex-shrink: 0;}
.button:hover {background:  #38f5;}