@charset "UTF-8";
/* CSS Document */

*{
	text-align:center;
	border:none;
	}

body{
	background-color: #fcfbf6;
}


@font-face {
    font-family: "NotoMedium";
    src: url("Fontes/static/NotoSerifJP-medium.ttf");
	}

@font-face {
	    font-family: "NotoLight";
	    src: url("Fontes/static/NotoSerifJP-Light.ttf");
	}


#texte{
	font-family: "NotoLight", serif ;
	font-size: 20pt;
	text-align: center;
	max-width: 720px;
  margin-left: auto;
  margin-right: auto;
	line-height: 120%;
	margin-top: 5%;
	padding:20px;
}

h1{
	line-height:1em;
}

h2{
	font-family: "NotoLight", serif;
}

h1, h2, h3, h4{
	font-weight: normal;
}

p{
	font-size: 12pt;
}

a{
	text-decoration: none;
	color: black;
}
