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-link {
    margin-right: 100px;
}




