 html {
	scroll-behavior:smooth;
}

@font-face {
	font-family:JMH Typewriter;
 src: url("../font/jmh_typewriter/JMH Typewriter.ttf") 
}
 @font-face {
	font-family:OldNewspaperTypes;
 src: url("../font/OldNewspaperTypes.ttf") 
}
 @font-face {
	font-family:VLADIMIR;
 src: url("../font/VLADIMIR.TTF") 
}

 @font-face {
	font-family:ELEGANT TYPEWRITER;
 src: url("../font/ELEGANT TYPEWRITER Regular.ttf") 
}

 @font-face {
	font-family:Baliland;
 src: url("../font/Baliland.ttf")         
}

body {width:100%;
       }


.text {
	font-family:"ELEGANT TYPEWRITER";
	font-size:13px;
    text-align: justify;
    color:#3e4444;
    width:60%;
    margin-left: 10%;
	margin-top:20px;
    }

div.text > span {display:block;
				padding-bottom:10px;}
	
#maDate {	display: block;
			width:95%;
			text-align:right;
			font-family:Baliland;
			font-weight:bold;
			font-size:18px;
			color:#3e4444;
		
		