
body{
	background-color: #FAEBD7;
	text-align: center;
	  
	 

  background-image: 
    radial-gradient(rgb(221, 116, 118) 11.2%, transparent 12.4%),
    radial-gradient(rgb(221, 116, 118) 11.2%, transparent 12.4%);
  background-position: 0px 0px, 100px 100px;
  background-size: 200px 200px;
  background-color: rgb(247, 247, 247);

}
nav{

	text-align: center;
}
table{
 border: 2px solid pink;
 }
 aside{
	 text-align: center;
 }
 
table, td, th{
	 margin-left: auto;
	 margin-right: auto;
	 background-color: rgb(247, 247, 247);
 }
html {
  scroll-behavior: smooth;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
#wrapper{
	width:90%;
	margin:auto;
	background-color:rgb(221,116,118,0.7);
}

li{
	list-style-position:inside;
}