body{
  background-color: lightgrey;
}

h1{
  color:black;
  text-align: center;
}

h2{
  text-align: center;
}

.Left{
  text-align: center;
}

.center-image{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center-link{
  display: block;
  text-align: center;
  margin-top: 10px;
}

a{
  color:blue
}

section{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.featured{
  grid-column: span 3;
  text-align: center;
}

footer{
  text-align: center;
}