body {
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

@font-face {
    font-family: "Pixe AB Normal";
    src: url(pixe_an.ttf);
}

h1 {
    color: white;
    font-family: "Pixe AB Normal";
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}