body {
    cursor:  url(waffel.png), auto; 
    background-color: bisque; 
    margin: 0;
    height: 100vh; 
    overflow: scroll;
    

}

.container { 
    width: 300vw;
    height: 300vh; 
    overflow: scroll; 
    border: 1px solid black; 
    
}

.one {
    float: left;
    width: 27vw;
    border: 0.5px solid black;
    padding: 10px;
    line-height: 1.2;
    overflow: why-scroll;
    
    
}

.eisdiele {
    font-weight: bold;
}

.date {
    font-style: italic;
}
}