body {
  background: url(bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 background-position: center center;
}

.container {
  width:100%;
}

.nappi {
  height:100px;
  width:300px;
  opacity:0.8;
}

.nappi2{
  height:50px;
  width:300px;
  opacity:0.8;
}

.henkka {
  position:absolute;
  top:0px;
  right:0px;
  display:none;
}

.logo {
width:350px;
margin:auto;
}

.buttons{
  width: 350px;
  margin:auto;
}

@import url(http://fonts.googleapis.com/css?family=Satisfy);

::selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

h1 {
  padding-bottom:100px;
  animation-direction: reverse;
  color: #fff;
  font-family: 'Satisfy', cursive;
  font-size: 3em;
  line-height: 1;
  width: 2em;
  animation: hover 5s linear infinite;
}
