<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

body{
	color: #fff;
	text-align: center;
	font-family: 'Impact';
	margin: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #2769b9;
  overflow-x: hidden;
}

.wrapper{
	max-width: 980px;
  width: 100%;
  box-sizing: border-box;
	margin: 0px auto;
  display: inline-block;
  position: relative;
  clear: both;
  z-index: 2;
}

.logo {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 30px;
}

.logo2 {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 30px;
  position: relative;
}

#logo {
  width: 200px;
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url('images/bg.jpg') center;
  background-size: cover;
}

.bg2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url('images/bg2.jpg') center;
  background-size: cover;
}

.char-1{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
}


.copy {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -153px;
  max-width: 100%;
}

.wrapper .puzzles {
  margin-top: 50px;
}

.wrapper .puzzles a {
  display: inline-block;
  margin: 10px;
  transform-origin: center;
  transition: all 0.4s;
  position: relative;
}

.wrapper .puzzles a:hover {
  transform: scale(1.1);
}

.wrapper .puzzles a.one {
  top: -100px;
}

.win {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -295px;
}

@media all and (max-width: 1024px){
  .wrapper .puzzles a.one {
    top: 0;
  }
}


@media all and (max-width: 740px){
  .wrapper {
    padding-bottom: 30px;
  }
}
</pre></body></html>