.body {
    font-family: arial;
}

#wrapper {
    max-width: 800px;
}

.flex-grid {
  display: flex;
}
.col {
  flex: 1;
    margin-right: 10px
}

button.dice, button.ob {
    padding: 2px;
    margin: 5px;
    width: 80px;
    height: 80px;
    font-size: 30px;
    text-align: center;
}

div#result {
    font-size: 36px;
    line-height: 1.5;
    
}

input.dieobfield {
    height: 80px;
    width: 160px;
    font-size: 36px;
    margin: 10px 0;
}

button#laske {
    padding: 30px;
    width: 100%;
}
.radio-choices {
    padding: 10px;
    font-size: 24px;
}