html {
    margin: 0;
    padding: 0;
  }

body {    
    font-family: 'Roboto', 'Roboto Condensed', Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    color:white;
    background-color:#990000;
    margin:0;
}

header {
    height:70px;
    margin:10px;
    padding:5px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
}

main {
    margin: 10px;
    position: relative;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.startcontainer{
    margin: auto;
    text-align:left;
    width:270px; 
    font-family:'Roboto Condensed';
    
}
.startcontainer ul{
    list-style-type:none;
    line-height:1.9em;
   
}
.startcontainer a{
    text-decoration:none; 
    color: #CC0000;
    letter-spacing:0.1em;
    font-size:40px;
    font-weight:400;
}

.startcontainer a:hover{
    color: #f19494;  
}

header.atelier {
    height:70px;
    padding: 0;
    margin:0;
}

.wieLink{
    text-decoration:none; 
    color: #CC0000;
    letter-spacing:0.1em;
    font-size:2.4em;
    font-weight:400;
    margin-bottom:10px;
}