body {
    background: url(black.png);
    background-repeat: no-repeat;
	background-size: 2000px 1000px;
	color: rgb(90, 18, 138);
    font-family: myfont;
	font-size: 1.5em;
}
h1{
text-align: center;
padding-right: 30px;
}
@font-face {
    font-family: myfont;
    src: url(silly.ttf);
}
.center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 460px;
  }