.container {
  font-family: "ngrbol";
  margin-bottom: 0px;
  padding-top:200px; 
  padding-bottom:100px
}
h1, h4 {
  text-align: center;
  margin-bottom: 50px;
}
h1 i {
  color: pink;
}

h2 {
	font-size:1.5em;
}

p {
	font-size:1.8em;
	line-height:1.5em;
	text-align:justify;
}

a:link{
	color:black;
	}
	
a:hover{
	color:red;
	text-decoration:none;
	}

#tit{
		padding-bottom:50px;
		}



#back {
	position:absolute;
	z-index:9999;
	  font-family: "ngrbol";
	  font-size:15px;
	  width:200px;
	  height:30px;
	  top:55px;
	  left:77px;
	}
	
	
	@media screen and (max-width: 992px) {
		
.container {
  font-family: "ngrbol";
  margin-bottom: 0px;
  padding-top:140px; 
  padding-bottom:100px
}

#back {
	position:absolute;
	  font-size:13px;
	  width:200px;
	  height:30px;
	  top:40px;
	  left:40px;
	}
	
	h2 {
	font-size:1.2em;

}


#tit{
		padding-bottom:35px;
		}
		
		p {
	font-size:1.4em;
	line-height:1.3em;
}

}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
#back {
	position:absolute;
	  font-size:12px;
	  width:200px;
	  height:30px;
	  top:25px;
	  left:25px;
	}
	
	h2 {
	font-size:1em;
}

.container {
  padding-top:100px; 
  padding-bottom:50px
}

#tit{
		padding-bottom:20px;
		}
		
			p {
	font-size:1.4em;
	line-height:1.3em;
}
}