/* CSS Document */
body{
  background-color:white;
}   
article{
  width: 1500px;
  /*background-color: green;*/
  background-size: cover;
  margin: 1em auto;
}     
article h1{
  font-size:32px;
}
#all-page{
  /*background-color:yellow;  */
  width:80%;
  margin: 0px auto;
  position: relative;
  left:0px;
  top: 80px;
  margin-bottom: 300px;
}
#all-page h1{
  text-align: center;
}
#all-page p{
  font-family: 'Nunito', sans-serif;
  font-size:24px;
  width: 60%;
  line-height: 200%;
  text-indent: 50px;
  text-align: justify;  
}
#all-page img{
  width: 500px;
}
.img-index{
  float:right;
  margin-left: 40px;
}

#all-page2{
  /*background-color:yellow; */
  width:80%;
  margin: 0px auto;
  position: relative;
  top: 0px;
  margin-bottom: 250px;
}
#all-page2 h1{
  text-align:center;  
}
#all-page2 p{
  font-family: 'Nunito', sans-serif;
  font-size:24px;
  width: 60%;
  line-height: 200%;
  text-indent: 50px;
  text-align: justify;
  margin-left: 40%;
}
#all-page2 img{
  width: 500px;
}
.img-index2{
  float:left;
}
.bold{
  font-weight: bold;
}
#all-page3{
  /*background-color:yellow; */
  width:80%;
  margin: 0px auto;
  position: relative;
  top: 0px;
  margin-bottom: 0px;
}
#all-page3 h1{
  text-align: center;
}
#all-page3 p{
  font-family: 'Nunito', sans-serif;
  font-size:24px;
  width: 100%;
  line-height: 200%;
  text-indent: 50px;
  text-align: center;
}
 
#all-page4{
  /*background-color:yellow;  */
  width: 80%;
  margin: 0px auto;
  position: sticky;
  margin-top: 50px;
  margin-bottom: 100px;
}
#all-page4 p{
  font-family: 'Nunito', sans-serif;
  font-size:24px;
  width: 100%;
  line-height: 200%;
  text-indent: 50px;
  text-align: center;
}
.link{
  font-weight:bold;
}
.link:hover{
  background: none;
  color: red;
}  
    
