@font-face{
    font-family: dracula;
    src: url(fonts/Dracula.ttf);
    
} 
h1{
   color: blue;
   text-align: center;
} 

body{
	background-color: grey;
}
p{
	text-align:center; 
	color: #2dcf69;
}
