
 @font-face {
    font-family: myFirstFont;
    src: url(KaoriGel.ttf);
}


body {


    background-color:black ;

font-family: myFirstFont;
font-size: 40px;
}


h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	font-size: 2.3em;
}

h5 { font-size: 55px;}




 p{ color: whitesmoke;
     font-size: 25px;
 }

 