Comment personnaliser le bouton dans HTML

<style>
.tweet-button {
    background-color: rgb(81, 131, 211);
    color:white;
    border:none;
  (outline)^^
    height: 36px;
    width: 75;
    font-weight: bold;
    border-radius:18px;
    margin-right: 8px;
    cursor: pointer;
}
<style>
TheKingbenben1 MineCraft