.rainbow {
    background: linear-gradient(180deg,
            rgba(255, 0, 0, 1) 0%,
            rgba(241, 255, 0, 1) 36%,
            rgba(0, 142, 255, 1) 71%,
            rgba(251, 0, 255, 1) 91%);
    -webkit-text-fill-color: transparent;
    height: 2rem;
}

body {
    font-family: 'cooper black';
    color: #0b0ed6;
}