body{
    background: url(images/christmaslightstile.gif), #0e2705;
}

#wrapper{
    padding: 10px;
    width: 50%;
    min-width: 950px;
    margin: auto;
}

header{
    margin: auto;
    padding: 10px;
    width: fit-content;
    background: #ffd576;
    box-shadow:
        0 0 10px 2px #ffb100,
        inset 0 0 10px 2px #ffb100;
    color: snow;
    text-align: center;
    text-shadow: 0 0 3px #ff6d00;
}

#kerstKaart{
    position: relative;
    height: 500px;
    width: 500px;
    margin: auto;
    margin-top: 20px;
    border: solid 10px;
    border-image: url(images/gold-glitter-texture-seamless.png) 10;
    background:  url(images/card.png), lightblue;
    box-shadow:
        3px 6px 5px rgba(0, 0, 0, 0.7);
    color: snow;
}

#kerstKaart p {
    margin: 0;
    padding: 10px;
}

#kerstboom, #sterren {
    font-family: monospace;
    white-space: pre;
}

#kerstboom{
    color: darkgreen;
    position: absolute;
    bottom: 83px;
    right: 50px;
}

#groetjes{
    color: black;
    position: absolute;
    bottom: 40px;
    left: 60px;
}

#schoonschrift{
    font: 40px cursive;
    color: black;
    position: absolute;
    bottom: 0;
    right: 0;
}