html {
  font-family: "Archivo Narrow", sans-serif;
}

header {
  background-image: url("../images/image_original.jpeg");
  background-position: center -300px;
  overflow: auto;
}

h1 {
  font-size: 80px;
  margin-top: 152px;
  margin-bottom: 0px;
}

h2 {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 190px;
  line-height: 1;
}

h3 {
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 33px;
}

.content-area {
  text-align: center;
  width: 960px;
  margin: auto;
}

#text-section {
  background-color: rgb(67, 73, 87);
  color: white;
  padding: 40px;
}

p {
  font-size: 18px;
  text-align: left;
}

.float-img {
  float: right;
  margin: 0 0 32px 44px;
}

#img-section {
  background-color: rgba(242, 242, 242);
  color: rgb(67, 73, 87);
  padding: 39px;
}

ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

li {
  display: flex;
  width: 50%;
  margin-bottom: 24px;
}

.photo-text {
  text-align: left;
  margin-left: 12px;
  padding-right: 24px;
}

h4 {
  font-size: 20px;
  margin: 0px;
  margin-bottom: 6px;
}

#img-section p {
  margin: 0px;
}

#final-section {
  background-color: rgb(67, 73, 87);
  color: white;
  padding: 40px;
}

#final-section p {
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  width: 720px;
  margin: auto;
  margin-bottom: 62px;
}

#footer{
    background-color:rgb(255, 255, 255);
    overflow: auto;
}

#footer p{
    margin-top: 40px;
}
