.custom-button-wrapper{display:flex;margin:20px 0}.custom-rounded-button{background-color:#00c4de;border:none;border-radius:999px;color:#fff;display:inline-block;font-weight:700;padding:12px 24px;text-align:center;text-decoration:none;transition:background-color .3s ease}.custom-rounded-button:hover{background-color:#c87400;color:#fff}a.custom-rounded-button.left{margin:0 auto 0 0}a.custom-rounded-button.right{margin:0 0 0 auto}a.custom-rounded-button.centre{margin:0 auto}a.custom-rounded-button.centre.full-width{width:100%}