h1{
    background-color: crimson;

}
input, button, p{
    background-color: yellow;
}
body{
    background-color: khaki;
}
