body {
     background: linear-gradient(135deg, #FFFFFF 0%, #F0F0F0 100%);
}


#Chicken {
   float: right;
   margin-left: 40px; /* Add some margin for better spacing */
   width: 50%; /* Adjust the width as needed */
}

#Outstanding {
	text-align: center;
	font-size: 4em;
}

h1 {
	text-align: center;
}

#About {
	text-decoration: underline;
}

#Past {
	text-decoration: underline;
}

article:after {
   content: "";
   display: table;
   clear: both;
}

#List {
	text-align: center;
}

ul {
  text-align: center;
  list-style-position: inside;
}

footer {
	text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

nav ul li {
  flex: 1;
  text-align: center;
}

nav ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  border: 1px solid black;
}




