#stockings {
    width: 400px;
    right: 500px;
    top: 300px;
    border: 5px solid Orange;
    position: absolute;
    background-color: Navy;
    color: Gold;


}

#coins {

    color: Gold;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    left: 50px;
}

#back2 {
    display: none;
    text-align: center;
}

#groups {
    top: 250px;
    left: 20px;
    height: 150px;
    width: 200px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 5px solid green;
    margin-bottom: 100px;
    transition: height 2s;
    display: none;
}

#pairs {
    color: White;
    background-color: Firebrick;
    text-align: center;
}

.pair {
    text-align: center;

}

#no {
    top: 210px;
    right: 20px;
    text-align: left;
    width: 200px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    border: 5px solid navy;
    padding-top: 10px;
    background-color: Gold;
}

#electronic {
    top: 10px;
    right: 20px;
    text-align: left;
    height: 200px;
    width: 200px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    border: 5px solid Navy;
    background-color: Gold;
}

button {
    border-radius: 300px;
    border: 10px solid Gold;
    font-size: 25px;
    font-family: 'Sirin Stencil', cursive;
    text-align: center;
    background-color: Red;
    cursor: pointer;
    color: White;
}

h3 {
    font-size: 20px;
    font-family: 'Sirin Stencil', cursive;
    padding-left: 10px;
    text-align: center;
}

body {
    background-image: url("snowman.jpg");
    text-align: center;
    display: inline-block;
}

#firstline {
    text-align: center;
    display: inline-block;
    color: White;
    background-color: blue;
    border: 7px ridge darkgreen;
    border-radius: 210px;
    font-family: 'Sirin Stencil', cursive;
}

#penguin {
    height: 200px;
    width: 200px;
    margin-left: 1000px;
    cursor: pointer;
}

#Friday {
    margin: auto;
    display: inline-block;
    top: 50px;
    left: 50px;
    text-align: justify;
    vertical-align: top;
    color: yellow;
    padding-left: 10px;
    padding-right: 10px;
}

#Saturday {
    display: inline-block;
    vertical-align: top;
    color: yellow;
    padding-left: 10px;
    padding-right: 10px;
}

#Sunday {
    display: inline-block;
    vertical-align: top;
    color: yellow;
    padding-left: 10px;
    padding-right: 10px;
}


.secondpage {
    display: none;
    margin-top: 5px;
}

.thirdpage {
    display: none;
    text-align: left;

}

#allowed {
    color: crimson;
    background-color: lightgreen;
    border: 7px ridge pink;
    border-radius: 175px;
    display: none;
    font-family: monospace;
}

#username {
    text-align: center;
    font-size: 20px;
    border-radius: 300px;
    color: blue;
    border: 10px ridge green;
    background-color: yellow;
}

#times {
    display: none;
}

#pin {
    display: inline-block;
    font-size: 0;
}

#santa {
    width: 254;
    height: 150;
    top: 100px;
    transition: transform 3s;
    cursor: pointer;
}

#elf {
    display: inline-block;
    margin-top: 100px;
    width: 250px;
    height: 250px;
    cursor: pointer;
}

#teeling {
    color: green;
    text-align: left;
}

#box {
    opacity: 0;
    transition: opacity 5s, height 1s;
    overflow: hidden;
    border: 5px solid red;
    text-align: left;
    top: 10px;
    left: 20px;
    height: 100px;
    width: 300px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
}

#box:hover {
    height: 235px;
}

#room {
    font-size: 20px;
    display: none;
    text-align: center;
    background-color: pink;
    text-align: center;
    font-family: monospace;
    cursor: move;
    color: Black;
}

.showbox {
    display: inline-block;
}

p {
    font-size: 20px;
}

#para {
    color: Navy;
    font-size: 50px;
    display: inline-block;
    margin-left: 40px;
    font-family: 'Averia Libre', cursive;
}

#list {
    background-color: seagreen;
    display: inline-block;
    width: 1000px;
    border: 3px solid red;
    text-align: center;
    margin-left: 290px;
}

#penguinclick {
    text-align: right;
    margin-left: 1000px;
    color: black;
    background-color: white;
    border-radius: 200px;
    border: 5px ridge crimson;
    display: inline-block;
    font-family: monospace;
}

#santaclick {
    text-align: center;
    color: crimson;
    background-color: white;
    border-radius: 200px;
    border: 5px ridge black;
    display: inline-block;
    font-family: monospace;
}

#elfclick {
    text-align: left;
    color: green;
    background-color: floralwhite;
    border-radius: 200px;
    border: 5px ridge magenta;
    display: none;
    font-family: monospace;
    position: absolute;
    margin-top: 200px;
    margin-left: 50px;
    left: 200px;
}

h1 {
    color: LightBlue;
}

#call,
#text {
    display: none;
    font-size: 25px;
    text-align: center;
    background-color: green;
    color: gold;
    border: 10px ridge brown;
    border-radius: 250px;
    margin-left: 150px;
    cursor: help;
}

#fourthPage {
    display: none;
    text-align: center;
    font-size: 20px;
}

.games {
    visibility: hidden;
}

p {
    color: red;
    font-size: 25px;
}

#image {
    text-align: center;
    border: 5px solid black;
    height: 200px;
    width: 200px;
    display: inline-block;

}

#basketball {
    text-align: center;
    height: 200px;
    width: 200px;
    display: inline-block;
    color: Black;

}

#titleGame {
    font-size: 50px;

}

#gameTitle {
    background-color: Gold;
}

#catan {
    text-align: center;
    height: 200px;
    width: 200px;
    display: inline-block;
    color: Lime;

}

#dance {
    text-align: center;
    height: 200px;
    width: 200px;
    display: inline-block;
    color: Gold;

}

#nitro {
    text-align: center;
    height: 200px;
    width: 200px;
    display: inline-block;
    color: White;
}

#yeti {
    width: 200px;
    height: 200px;
}


#firstThing {
    text-align: center;
    display: none;
    color: indigo;
    background-color: yellow;
    width: 1400px;
}

#confetti {
    border: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1500px;
    height: 1000px;
    display: none;
}

#candy {
    width: 127px;
    height: 100px;
    visibility: hidden;

}

#comp {
    font-size: 15px;
    text-align: center;
    color: orange;
}

#image {
    border-radius: 300px;
}

p {
    color: indigo;
    font-family: cursive;
}

#arrow {
    top: 350px;
    position: absolute;
    right: 500px;
}

#video {
    border: 5px dashed brown;
}

#other {
    position: absolute;
    right: 25px;
    top: 550px;
}

.fifthpage {
    display: none;
}

#trail {
    background-color: Brown;
}

#outside {
    background-color: DarkOrange;
}

#board {
    background-color: Chocolate;
}

#dancing {
    background-color: Gold;
}

#nitroType {
    background-color: Lime;
}

#para {
    display: none;
}

#bday {
    position: absolute;
    right: 25px;
    top: 600px;
    background-color:Chocolate;

}

#back3,
#parax {
    display: none;
    background-color:Chocolate;
    color:Gold;
}
