<style>
.button {
                background: #7F3035;
                border-radius: 30px;
                font-weight: bold;
                padding: 10px 30px;
                display: inline-block;
                margin: auto;
                width: 50%;
                text-align: center;
                justify-content: center
            }
</style>