
body {
  background:#737373;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  color:#fff;
  height:100%;
  text-align:center;
  font-size:18px;
}

.wrappper{
  width:100%;
  margin:0 auto;
}

.picture{
  width:100%;
  position:relative;
 
}



h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
    margin:5px 0;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 1.6em;
}

p{
  font-size: 1.6em;
  width:100%;
}

#alphabet {
  margin:15px auto;
  position: relative;
  max-width: 900px;
  height: 30%;
}

#alphabet li {
  float:left;
  margin: 0 10px 10px 0;
  list-style:none;
  width:35px;
  height:30px;
  padding-top:10px;
  background:#fff;
  color:#000000;
  cursor:pointer;
  border: solid 1px #fff;
}

#my-word {
  position:relative;
  display: block;
  padding-right: 40px;
  
}

#my-word li {
  position: relative;
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0 10px;
  font-size:1.6em;
}

#mylives{
  font-size:1.6em;
  text-align:center;
  display:block;
}

button{
  background:#737373;
  color:#fff;
  border: solid 1px #fff;
  text-decoration:none;
  cursor:pointer;
  font-size:1.2em;
  padding:18px 10px;
  width:180px;
  margin: 10px;
  outline: none;
}
