@charset "utf-8";
/* CSS Document */
.distribute{text-align: justify;text-justify: auto;}

h1{font-size:129%; font-weight:bold; margin:10px 0;}
h2{font-size:116%; font-weight:bold; margin:10px 0;}
h3{font-size:100%; font-weight:bold; margin:10px 0;}

body{background-color: antiquewhite }

@media(min-width:768px){
	
	div{border:1px solid black}
	body{max-width: 800px;margin-left:auto;margin-right:auto;} 
	div{box-sizing: border-box;padding:10px;line-height: 2}
.box1{float:right;border-color:black; width:100%;height: 110px}
}
@media(max-width:767px){
  
	body{max-width: auto;margin-left:auto;margin-right:auto;} 
	div{box-sizing:border-box;padding:10px;line-height:1.8}
	.box1{float:right;border-color:black; width:100%;hight:100%}
	  }
	
	

	