body { 
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.container {
    left: 0;
    margin-top: -150px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
h1 {
    text-shadow: 2px 2px 2px #666;
    font-size: 3.6em;
}
.button {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.5em;
}
a {
    color: #fff;
    border: 1px solid #0026ff;
    border-radius: 5px;
    padding: 15px;
    background: #0026ff;
}
a:hover {
    text-decoration: none;
    color: #84e280;
}
li {
    list-style-type: none;
    margin-left: -35px;
    font-size: 1.9em;
}
h4 {
    color: #000;
    font-size: 1.8em;
}
@media(max-width:425px){
    h1 {text-shadow: 2px 2px 2px #666; font-size: 3.1em;}
    .button { margin:20px 0 20px 0;font-size:1.8em;}
    li{font-size:1.5em;margin-left:-25px;}
}