body {
    display: flex;
    flex-direction: column;
    background-image: url('christmas-bgnd-2.svg');
    background-size: cover;
    color: white;
    font-family: sans-serif;
    justify-content: center;
    text-align: center;
}

@font-face {
    font-family: noelFont;
    src: url(PWHappyChristmas.ttf);
}

a {
    color: white;
    text-decoration: none;
}

hr {
    visibility: hidden;
}

.title {
    font-size: 50pt;
    font-weight: 999;
    font-family: noelFont;
    background-color: rgba(0,0,0,0.425);
    padding: 10px;
    border-radius: 15px;
}

.g {
    color: rgb(16, 209, 16);
}

.r {
    color: red;
}

.content {
    background-image: linear-gradient(32deg, rgba(29,222,18,.9) 0%, rgba(18,148,144,.99) 50%, rgba(238,17,17,.9) 100%);
    padding: 15px;
    border-radius: 15px;
}

.header {
    font-size: xx-large;
    font-weight: 999;
}

.movie {
    font-size: large;
    font-weight: 700;
}

#error {
    background-color: red;
}

.errortxt {
    font-size: 100px;
    font-weight: 999;
}

#halld {
    display: none;
    justify-content: center;
    align-items: center;
}

.double {
    font-size: large;
    font-family: noelFont;
}

#lt {
    display: none;
}

.copyright {
    font-size: x-small;
}

.bingo {
    background-image: linear-gradient(27deg, rgba(254,0,0,1) 0%, rgba(154,190,112,1) 24%, rgba(34,193,195,1) 61%, rgba(253,187,45,1) 100%);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bingotxt {
    font-size: x-large;
    font-weight: 999;
}

.bingoimg {
    width: 10%;
    height: auto;
}

#merry {
    display: none;
}