section.linear{
    background: linear-gradient(chartreuse, white, blue, pink)
}

section.radial{
    background: radial-gradient(brown, olive);
}

h1{
    font-size: 50px;
}

header::first-letter{
    font-size: 44px;
}

header::first-line{
    color: #fc0303;
    color: rgb(252, 3, 2);
}

h2{
    transform: rotate(10deg);
}