body {
  background-color: #D9D9D9;
  font-family: 'Josefin Sans', sans-serif;
}

p {
color: #23277A;
}

#top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#heading {
display: flex;
align-items: center;
}

h1 {
color: #23277A;
padding-top: 15px;
}

#top-bar h1 {
font-size: 50px;
margin: 0px;
}

nav {
  display: flex;
  gap: 20px;
  padding-right: 20px;
}

nav a {
text-decoration: none;
color: #23277A;
}

hr {
border-top: 1px solid #23277A;
}

.img {
  width: 402px;
  height: 327;
  padding-top: 50px;
  border-radius: 20px;
}

/*
The content `<div>` is where all your content goes.
*/
.content {
  margin: 0 auto;
  padding: 0 2em;
  max-width: 800px;
  margin-bottom: 50px;
  line-height: 1.6em;
}

.header {
   margin: 0;
   color: #333;
   text-align: center;
   padding: 2.5em 2em 0;
   background-color: #8393FF;
}
  .header h1 {
      color: #ffffff;
      margin: 0.2em 0;
      font-size: 3em;
      font-weight: 300;
  }

  #about-line {
    color: #ffffff;
    border-top: #ffffff;
  }

  #line-container {
    padding-bottom: 70px;
  }

.content-subhead {
  margin: 50px 0 20px 0;
  font-size: 36px;
  font-weight: 300;
  color: #23277A;
}

.content-container {
  display: flex;
  padding-top: 50px;
}

.text {
  padding-left: 30px;
}

.text p {
  font-size: 20px;
}


#feedback p{
  padding-top: 40px;
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: 200;
}

#feedback a{
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #23277A;
  background-color: #23277A;
  text-decoration: none;
  color: #ffffff;
  border-radius: 20px;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 12px;
}

#feedback div {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

#sticky-footer {
  position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 8%;
   background-color: #23277A;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

#courtesy {
  color: #ffffff;
}