orm{
	background-color:yellow 
}
h1{
	background-color: pink;
	font-family:sans-serif; 
	font-size:70px;
	font-weight: bolder;

}
input{

    background-color:red;
	font-size:20px;
	font-weight: bolder;
}
select{
	background-color:purple;
	font-size:20px;
	font-weight: bolder;
}