@font-face {
    font-family: myFirstFont;
    src: url(Audiowide.ttf);
}

 h1:first-letter{
   color: red;
	font-size: 67px;
 }
 
  h1::first-letter{
   color: red;
	font-size: 67px;
 }


h1 {
    font-family: myFirstFont;
    color: White;
	font-size: 65px;
	text-align:center;
	margin-top:30px;
  	margin-bottom:0px;
}
  
h2 {
    font-family: myFirstFont;
    color: white;
	font-size: 30px;
	margin-top:30px;
  	margin-bottom:30px;

}

h3 {
    font-family: myFirstFont;
    color: white;
	font-size: 28px;
	text-align:center;
	margin-top:0px;
  	margin-bottom:0px;
}


red {
        color: red;
		}

color {
	color:white;
	font-size: 30px;
}

color:hover {
	color: red;
	font-size: 30px;
}