@font-face {
    font-family: 'HeaderFont';
    src:
        url('fonts/firlest/Firlest-Regular.otf') 
        format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'HeaderFont', sans-serif;
    text-align: center;
	background-image: url("images/somerandompeople439.jpg");

}
