h1 {
	width: 50%;
	background-color: purple;		
}
h2 {
	width: 50vh;
	background-color: teal;
}
p {
	height: 25vw;
	background-color: yellow;
}
