body {
    font-family: sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin: 0
}

#stempelkaart {
    background: rgb(225, 195, 62);
    margin: 100px;
    padding: 30px;
    width: 470px;
    transform: rotate(3deg);
    outline: dashed 10px rgb(225, 195, 62);

}


.stempelbutton {
    background: rgb(62, 195, 225);
    color: white;
    width: 200px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}