body {
	font-size: 75px;
}

h1 {
	color: orange;
	text-align: center;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.orange {
	color: orange;
}

.yellow {
	color: yellow;
}

.red {
	color: red;
}

.img-size {
	width: 1000px;
}

.100 {
	width: 100%;
}