        .button {
            background: #32DB8A !important;
            color: #fff !important;
            padding: 12px 28px;
            border-radius: 8px;
            border-color: #32DB8A !important;
            text-decoration: none;
            display: inline-block;
            margin-top: 10px;
        }

        .button:hover {
            background: #e54b76 !important;
            color: #fff !important;
            transition: background 0.2s, color 0.2s;
            border-color: #e54b76 !important;
        }
        body {
            background: url('../demo-images/background_img_06.jpg') center/cover no-repeat fixed;
            min-height: 100vh;
        }