.v{
	font-size: 40px;
	text-align: left;
	color: red;
}
h1{
	text-align: center;
	color: white;
}
body{
	background-color: green;
}
p{
	text-align: center;
	color: white;
	font-size: 20px;
}
a{
	color: red;
	font-size: 20px;
}
.fi{
	color: red;
	font-size: 20px;
	text-align: left;
}
img{
	width: 200px;
}