html {
    background: red !important;
}

body {
    background: yellow !important;
    color: blue !important;
}

h1 {
    font-size: 5rem !important;
}
