

body {
  /*change the number after the # to change the color of the background:*/
  background-color:#6fc1ba;
}

.contentWelcome {
  width:95%;
  display:block;
  margin:0 auto;
}

section {
  display:inline-block;width:100%;
}

.instructioncontainer {
  padding:0 5%;
  display:block;
}
.challengeOne, .challengeThree {
  background-color:#56d6cc;
}

.col-lg-6 {
  width:50%;
}

.col-lg-5 {
  width:40%;
}
      #snowGlobe {
        position:relative;
        display:inline;
        float:left;
        margin-top:0;
}

.yourPhoto {
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
}

#photo img {
  width:80%;
  margin:10% 10%;
}


.instructionContainer {
   display:block;width:80%;margin:0 auto;
}
#snowflakeContainer {
	display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Times, Georgia, serif;
    font-size: 14em;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
    filter: blur(2px);
}
.snowflake:hover {
    cursor: default;
}

#holidayMessage {
  display:block;
 
  height:100%;
  text-align:center;
  float:left;
}

