@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:700');
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');

#holder1 {
    height: 50px;
}

.line1 {
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 2px;
    background-color: #08298A;
}

.line2 {
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 50px;
    height: 2px;
    background-color: #08298A;
}

#inhalt p {
    margin-top: -15px;
    font-size: 16px;
    text-align: center;
}

#holder2 {
    height: 25px;
}

#mail {
    margin-top: -15px;
    font-size: 16px;
    font-family: 'Merriweather Sans', sans-serif;
}

#holder3 {
    height: 25px;
}

#footer p {
    margin-top: -15px;
    font-size: 16px;
    text-align: center;
}

#header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#credits {
    font-family: 'Merriweather Sans', sans-serif;
    margin-top: 10px;
    font-size: 12px;
}

#credits a {
    font-family: 'Merriweather Sans', sans-serif;
    margin-top: 10px;
    font-size: 12px;
}