/*
Name: Fan Yu
TA: Anupam Gupta
Creative Project 3
This is index.css of my creative project3. In this page, I modify the size \
and position of my botton.
*/
div {
	text-align: center;
}
button {
	width: 200px;
	height: 100px;
	font-size: 2vw;
}