body {
    background-color: azure;
}

#grad1 {
    background: red;
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    margin-top: 8%%;
    font-family: 'Cedarville Cursive', cursive;
}

h2 {
    font-family: Roboto, sans-serif;
    color: forestgreen;
    font-size: 3vw;
    text-align: center;
}

h3 {
    font-family: roboto, sans-serif;
    color: green;
    font-size: 2vw;
    text-align: center;
}

