﻿#star_1, #star_2, #star_3, #star_4, #star_5, #star_6 {
    animation: fallstar 5s linear infinite;
    transform-origin: bottom;
}
.sitecontainer {
    width: 1000px;
    height: 600px;
    text-align: center;
    position: relative;
    margin: auto;
}

.contentsectionwithimage {
    width: 448px;
    height: 288px;
    border: 2px solid black;
    border-radius: 8px;
    position: relative;
    text-align: left;
}

.pccontainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}

    .pccontainer img {
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        position: absolute;
    }

.linknotwhite {
    color: #800000;
}

.linkwhite {
    color: #ffffff;
}

.imagecontent {
    width: 100%;
    height: 100%;
}

.contentsectionwithoutimage {
    width: 448px;
    height: 248px;
    border: 2px solid black;
    border-radius: 8px;
    position: relative;
    text-align: left;
}

.contentsectionwithimage li {
    list-style-type: square;
    color: #a5720b;
}


#cartpostal {
    width: 448px;
    height: 248px;
    position: relative;
    top:0px;
    left:0px;
}
@keyframes fallstar {
    from {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(100px);
    }
}

#FireShadow {
    animation: shadowmove 3s linear infinite;
    transform-box: fill-box;
    transform-origin: bottom;
}

#FireFlame {
    animation: flamemove 3s linear infinite;
    transform-box: fill-box;
    transform-origin: bottom;
}

@keyframes shadowmove {
    0%,100% {
        transform: scale(2);
    }

    50% {
        transform: scale(1);
    }
}

@keyframes flamemove {
    0%,100% {
        transform: scale(1.2,1.5);
    }

    50% {
        transform: scale(1);
    }
}
@font-face {
    font-family: "Tolkien";
    src: url('Tolkien.ttf') format('truetype');
    font-weight: 100;

}
