body {
    background-image: URL("/gfx/baggrund2024.jpg");
    background-color: black;
}

#mainmessage {
    position: relative;
    background: white;
    font-size: 1.2em;
    width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 20px 40px;
    border: 3px solid gray;
    font-family: 'Mountains of Christmas';
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#button {
    font: 15px verdana;
    margin-top: 20px;
    cursor: pointer;
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: gray;
    color: white;
}

#fader {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: black;
    z-index: 1;
    opacity: 0;
}

#envelope {
    background-image: URL("/gfx/kuvert2024.png");
    width: 644px;
    height: 400px;
    position: absolute;
    top: 100px;
    z-index: 3;
    opacity: 0.01;
}

#letter {
    font-family: 'Mountains of Christmas';
    background: white;
    font-size: 2.0em;
    font-style: italic;
    text-align: center;
    position: absolute;
    width: 636px;
    height: 280px;
    top: 101px;
    padding-top: 40px;
    z-index: 2;
    display: none;
}

