/* 
Basic Style
 */

#margijn{
    margin-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
}

#veld{
        background: rgb(0,0,0);
}

.ui.segment{
    background: rgb(15,15,15);
    color: rgb(250, 200, 100);
    font-size: 150%;
    border-top: solid 1px rgb(50,50,50);
    border-left: solid 1px rgb(50,50,50);
    border-bottom: solid 1px rgb(80,60,40);
    border-right: solid 1px rgb(80,60,40);
}

.drwarea_clock{
    background: rgb(15,15,15);
    border-top: solid 1px rgb(50,50,50);
    border-left: solid 1px rgb(50,50,50);
    border-bottom: solid 1px rgb(80,60,40);
    border-right: solid 1px rgb(80,60,40);
    width: 100%;
}

#voeter{
    color: rgb(250, 200, 100);
    text-align: left;
    position: fixed;
    bottom:10px;
    left:10px;
    right:10px;
}
