body{
    margin:0;
    padding:0;
    font-family: sans-serif;
    overflow-x:hidden;
    background:#222;
}
h1{
    font-size:50px;
    margin-bottom:0;
}
h4{
    margin-top:10px;
    font-size: 26px;
    font-weight: 100;
}
h3{
    margin:0;
    font-size: 26px;
    font-weight: 100;
}
h6{
    margin: 20px;
    font-size:20px;
    font-weight:100;
}
h2{
    font-size:48px;
    margin: 0;
}
li{
    font-size:14px;
    list-style:none;
}
a{
    text-decoration: none;
    color:grey;
}
a:hover{
    text-decoration: underline;
}