body{
  text-align: center;
  background-color: skyblue;
}
h1{
	font-size: 8vw;
	font-family: 'Dancing Script', Arial;
	color: yellow;
}
h2{
	font-size: 5vw;
	font-family: Roboto, Georgia;
}
h3{
	font-size: 3vw;
	font-family: Arial;
	color: white;
}
#flexbox{
	display: flex;
	height: 30vh;
  	width: 82vw;
  	justify-content: flex-end;
}
.flexthing{
	height: 30vh;
	width: 20vw;
}