h1 {color:green;font:large}
.thing {color:blue;font:large;height:100px;width:100px;background-color:yellow ;transition: all 2s}
.thing:hover {background-color:red;width:200px;height:200px}
#welcome {color:green;font:large}