body {
     background: linear-gradient(135deg, #FFFFFF 0%, #F0F0F0 100%);
}

#rowImage {
	width: 100%;
}

#Chicken {
   float: right;
   margin-left: 40px; 
   width: 50%; 
}

#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 {
  border-top: 1px solid gray; 
  padding: 20px 0; 
  text-align: center; 
}

.nav-link {
    margin-right: 100px;
}

#choose {
	text-align: center;
}

#question p {
	font-size: 32px;
}




