/* Reset */

h1{
 font-family: 'Ubuntu', sans-serif;
    font-size:80px;
    color:#fff;
    margin-top:180px;

        text-align: center;
    
}
h2{
    font-family: 'Ubuntu', sans-serif;
        font-size:20px;
color:#fff;   
    text-align: center;
}

body{
margin:0;
padding:0;
background: #000 url(../images/bg.jpg) top center no-repeat;
font-family: Helvetica Neue, Helvetica, Arial;
    color:white;
}

