@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url("BebasNeue-Regular.ttf") format('truetype');
}

@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  src: url("Figtree-VariableFont_wght.ttf") format('truetype');
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Figtree", sans-serif;
    background: url('background.jpg') no-repeat center center fixed;
    background-size: cover;
    background-position: bottom;
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.impressum {
    color: #fff;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.content {
    max-width: 330px;
}

.logo-ew {
    padding-left: 37px;
}

h1 {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    margin-block-end: 0em;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 1px;
}

h2 {
    font-family: "Bebas Neue", sans-serif;
    margin-block-end: -0.1em;
    font-size: 25px;
    line-height: 1;
}

p {
    margin-block-start: 0.5em;
}

.content-box {
    background-color: #f6eee6;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    color: #000;
    margin-bottom: 5px;
}

.links {
    display: flex;
    padding-top: 8px;
}

.links a {
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
}

.links .vusyon {
    margin-right: 12px;
}

.links img {
    background-color: #fff;
    border-radius: 10px;
}