body{
    background-image: url(images/background.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: "Lobster", sans-serif;
    font-size: 20px;
    line-height: 2;
    color: #373232;
}
main{
    margin:auto;
    max-width: 90ch;
    word-spacing: 150%;
    letter-spacing: 130%;
   
}
h1{
    
    font-style: italic;
    font-size: 129px;
    letter-spacing: 110%;
    line-height: 90%;
    text-align: center;
    border-bottom: solid #373232;
    padding-bottom: 3%;

}
h2{
    font-size: 41px;
    line-height: 170%;

}
footer{
    margin-top: 7%;
    text-align: center;
    line-height: 300%;
}
p{
    margin-top: 3%;
    word-spacing: 3px;
}
@media screen and (max-width: 1000px){
    main{
        margin: 5% auto;
        
    }
    

}