﻿body {
    margin:0; padding:0;
    font-family: Courier New, Courier, monospace;
    color: #008;
    font-size: 1.0em;
}

#container {
    margin: 0;
    padding: 0;
}

#titel {
    margin-top: 10%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size:3.5rem;
    font-weight:bold;
}
#titel img{ width:40%;  }

#inhalt {
    margin-top: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;

    font-size: 2.0rem;
    font-weight: 300;
}

#fuss {
    white-space: nowrap;
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    overflow: hidden;
}


