/*---Resets---*/

blockquote,
body,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0;
}

html{
    background-color: #000000;
    background-image: url(image.jpg);
    background-position: top center;
}

h1{
    color: #ffffff;
    font-family: 'Cutive', serif;
    font-size: 100px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 5px;
    text-align: center;
}

@media only screen and (max-width: 1000px){
    h1{
    font-size: 80px;
    letter-spacing: 3px;  
    }
}

@media only screen and (max-width: 800px){
    h1{
    font-size: 60px;
    letter-spacing: 2px;  
    }
}

@media only screen and (max-width: 600px){
    h1{
    font-size: 40px;
    letter-spacing: 1px;  
    }
}