@font-face {
    font-family: "default";
    src: url("/static/font/font.ttf");
}
body {
    margin: 0;
    padding: 0;
    background-image: url("/static/img/background.png");
    background-size: cover;
    font-family: "default";
}