
body{
    color: #fff;
    background-color: #000;
        } 


h1{ 
    font-family: "american typewriter";
    margin-bottom: 5px;
    line-height: 35px;
    font-size: 2.8em;
    font-weight: 300;
    color: red;
}

/*------------------------------------------end h tags*/

.logo{
    background-image: url(images/dissent-twenty-two-cs2.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 30px;
    height: 300px;
    margin-top: 150px;
    margin-left: 38px;
    background-size:750px;
    
}

.centre{
    text-align: center;
    padding: 0;
}

.space-before{
    margin-top:  30px;
}

.wrapper{
    box-sizing: border-box;
    margin: auto;
    width: 100%;
    max-width: 500px;
}


footer img{
    margin-top: 15px;
    width: 50px; 
    padding: 10px;
}

/*--------MEDIA QUERIES------*/
@media screen and (max-width: 800px){
   .logo{
        margin-top: 0;
        margin-left: 10px;
        background-size:450px;
    }
    
h1{ 

    font-size: 1.3em;

}


