body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background: #F4F3FE;
}

.gradient-text {
    background-color: #6836F5;
    background-image: linear-gradient(45deg, #6836F5, #3fb5e7);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.register-button {
    color: white;
    background:#6836F5;
    font-weight: normal;
    font-size: 12pt;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border-width: 0;
    text-decoration: none;
    width: 200px;
}