body
{
    background-image: url("abb.jpg");
}

h1 
{
	display: flex;
	justify-content: center;
	font-size: 80px;
}

h2
{
	display: flex;
	justify-content: center;
	font-size: 70px;
}

h3
{
	display: flex
	justify-content:left;
	color:white;
	font-size: 25px;
	font-family: Comic Sans MS, Impact, Arial, Verdana, sans-serif;
}

h4
{
	color: white
}

a:hover 
{
	color: red;
}

a 
{
	color: white;
	font-size: 20px;
}

a:visted
{
	color: silver;
}

footer
{
	display: flex
	justify-content:right;
}

summary
{
	color: white; 
	font-size: 20px;
}

img
{
	float: right;
}

