:root{
    --purple:#3F2860;
}

h1 {
font-size: 55px;
font-weight: 200;
color: var(--purple);
text-decoration: wavy;
}