body {
    background-color: #eee;
    font-family: 'Helvetica', sans-serif;
    text-align: center;
    color: #333;
}

h1 {
    font-size: 44pt;
    margin: 60px 0 30px 0;
    font-family: -apple-system;
    background-image: -webkit-linear-gradient(-45deg, #3A00E4, #C3004B);
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
