* {
    box-sizing: border-box;
  }

html,
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-family: 'Open Sans',Arial,sans-serif;
    background: url(img/bg_0114.gif);
}
.container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
h1,h2,h3,h4,h5 {
    font-family: 'Open Sans',Arial,sans-serif;
}