html{
	font-family: "Times New Roman", Times, serif;
}
body{
	font-family: "Times New Roman", Times, serif;
	background-color: blue;
}
#craig{
    width: 250px;
    height: 250px;
    border-radius: 150px;
}
.fontwhite{
	color: white;
}
#bgimg{
	background-image: url(bg.jpg);
}
@font-face {
    font-family: "chasingstars";
    src: url("../font/Chasing Stars - TTF.ttf");
}
h1{
	font-family: 'Nanum Pen Script', cursive;
}