@font-face {
    font-family: "Sansation";
    src: url('Sansation-Light.ttf');
}
@font-face {
    font-family: "Sansation";
    font-style: italic;
    src: url('Sansation-Italic.ttf');
}
@font-face {
    font-family: "Sansation";
    font-weight: bold;
    src: url('Sansation-Bold.ttf');
}
body {
	margin-top: 50px;
}
h1 {
    font-family: "Sansation", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
