html,body{
height:100%;
background:rgb(157, 249, 115);
}

h1 {
  font-family: "Playwrite AR Guides", cursive;
  font-weight: 400;
  font-style: normal;
}
h2{
  font-family: "Playwrite AR Guides", cursive;
  font-weight: 400;
  font-style: normal;
}


h3,h6{
  margin: 0;
}


header{
display: block;
background: url(../imag/logo.png) no-repeat 1%;
background-color: aqua;
padding: 10px 0px;

}

table{background-color: #f2f2f2;
    width: 60%;
    border-collapse: collapse;
	margin-left: auto;
    margin-right: auto;
	
  }
  th,td {
    border: 1px solid #ddd;
    padding: 8px;
  }

  article{
	background-color: #f2f2f2;
  }
nav{

display: block;
background: green;
height: 60px;
text-align: center;
position: flex;
padding-top: 30px;

}
nav a:hover {
    background-color: #eb1d1d;
    text-decoration: none;
	border-radius: 5px;
	margin: 0px 15px;
}
ul,li{

	list-style: none;
}

a{

	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 35px;
	color: #fff;
	background-color: rgb(238, 7, 215);
	border-radius: 5px;
	margin: 0px 15px;
}

section{
	
	float:left;
	width: 70%;
	height: 550px;
	background: red;
	
}

aside{
	float:right;
	width: 30%;
	height: 500px;
	background: blue;


}
footer{

clear: both;
background-color: rgb(238, 7, 215);
height: 75px;
text-align: center;
padding-top: 20px;
}