div.main-title {
    font-size: 32px;
    position: relative;
    text-align: center;
    margin-top: 40px;
    z-index: 1;
    font-family: American-Typewriter;
    text-transform: uppercase;
    color:#292929;
}
div.main-title .shadow {
    font-family: American-Typewriter;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: -1;
    color: transparent;
    font-size: 60px;
    font-weight: bold;
    margin-top: -40px;
    text-shadow: -0.1px -47.85px 0.15px #f1f1f1;
}
hr.hrtieude
{
	 border: 2px solid #000000;	
	 width:100px;
	 margin-left:auto;
	 margin-right:auto;
	 margin-top:-50px;
     opacity: 1;
}