body {
  font-family: arial;
  margin: 0;
  padding: 0;

  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  background: black;

  color: white;
}



h1 {
  text-align: center;
  margin-bottom: 20px;
}


h3 {
  text-align: center;
}

h4 {
  text-align: center;
}


.p1 {
  text-align: left;
  margin-left: 120px;
  margin-right: 120px;
  font-size: 18px;
  line-height: 26px;
}


#p1 {
  font-size: 22px;
}

li {
  margin-left: 120px;
  margin-right: 120px;
  font-size: 18px;
  line-height: 26px;
}

img {
  width: 100%;
}


section {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;


}
