html,  body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    background: repeat center url("flck_org.png");
    display: flex;
    align-items: center;
    justify-content: center;
}

@font-face{
    font-family: "SuisseIntl";
    src: url("SuisseIntl-Regular.woff");
}

h1 {
    border:8px solid black;
    background: white;
    width: 300px;
    font-family: "SuisseIntl", sans-serif;
    font-size: 52px;
    padding: 20px 20px 0 20px;
    text-transform:uppercase;
    text-align:center;
    line-height: 60px;
    height:190px;
}
