/* 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: 200px;
}
#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: 450px;
}  
.img-t1{
  float:right;
  margin-left: 0px;
  margin-top: -40px;
}     
.img-t2{
  float: right;
  margin-left: 0px;
  margin-top: -265px;
}
.img-t3{
  float: right;
  margin-left: 0px;
  margin-top: -300px;
}           
.link{
  font-weight:bold;
}
.link:hover{
  background: none;
  color: red;
}
.bold{
  font-weight: bold;
}


