*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}   

.background{
    width: 100%;
    height: 100%;
    background: yellow;
}

.liste{
    background-color:white;
    color:black;
    width: 20%;
    list-style-position:inside;
}

.skrift{
    font-family:'Courier New', Courier, monospace;
}
