body {
    color:rgb(20, 118, 255);
    background-color: rgb(0, 0, 0);
    font-size: 48px;
    text-align: center;
    font-size: bold;
    text-shadow: 0px 0px 10px rgb(208, 244, 249);

}
	
@font-face {
    font-family: "";
	src: url("") format("woff");
}
	
    
h1 {
    border: 10px dotted lightblue;
    
}