body {
    margin: 0px;
    padding: 20px;
    background-color: #e32400;
}
.round-button {
    width:10%;
}
h2 {
    color: white;
    font-family: Verdana;
    font-size: 28px;
    font-weight: normal;
    text-decoration: none;
    padding: 0px;
}
p {
    color: white;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
td {
    color: white;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
p.waarde {
    color: white;
    font-family: Verdana;
    font-size: 38px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
input.radio {
    width: 20px;
}
input.speler {
    border-radius: 15px;
    border: 4px solid black;
    color: gray;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
}
div.speler {
    border-radius: 15px;
    border: 6px solid black;
    color: white;
    font-family: Verdana;
    font-size: 38px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
div.round-button-circle {
    width: 100px;
    height: 100px;
    
    border-radius: 50%;
    border: 4px solid black;
    overflow: hidden;

    text-align: center;
    vertical-align: middle;

    color: black;
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;

    background: orange;

}
div.round-button-circle:hover {
    background-color: yellow;
}
.pakknop {
    background-image: url(images/pijl.png);
    background-size: contain;
    background-color: transparent;
    width: 279px;
    height: 181px;
    border: 0px;

    color:white;
    font-family:Arial;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;

}