body
{
	margin: 0;
	padding: 0;
	background-image: url("../images/bg_bggenerator_com.png");
	background-size: cover;

	font-family: Verdana;
}
p, h2 {
	color: white;
	text-align: center;
}
h2 {
	text-align: center;
}
h1 {
	color: white;
	text-align: center ;
	font-size: 44px;
	font-weight: 600;
}


header
{
	display: flex;
	width: 100%;
	height: 200px;
}
.img {
	float-left;
	padding-left: 50px;
}
.img2 {
	float-right;
	padding-right: 10px;
}

.logo
{
	height: 100%;
	width: 200px;
}

.title-header
{
	text-align: center;
	width: 100%;
	height: 100%;
	color: white;
	font-size: large;
}


main
{
	display: flex;
	flex-direction: column;
}


section
{
	display: flex;
	width: 95%;
	min-height: 1000px;
	padding-left: 5px
}

nav
{
	width: 100%;
	height: 100px;
}

nav ul
{
	list-style: none;
	display: flex;
	justify-content: space-around;
	height: 100%;
	margin-top: 40px;
	font-size: 25px;
}
a {
	text-decoration: none;
}

article
{
	width: 70%;
	margin: 2rem;
}
aside {
	width: 20%;
}
.web {
	margin-right: auto;
	margin-left: auto;

}

footer
{
	display: flex;
	flex: wrap;
	flex-direction: column;
	height: 200px;
	width: 100%;
	justify-content: center;
}

.footer-item {
	text-align: center;

}
body {
  font-family: Arial;
  font-size: 20px;
}

h3
{
	color: white;
}
.image {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}