body {
    
font-family: 'Work Sans', sans-serif;
     margin: auto;

}


footer {
    
    text-align: center;
     font-size: 14px;
    margin-top: 8%;
    margin-left: 60%;
    font-family: 'Raleway', sans-serif;


}

img {
    
    height: 20%;
    width: 100%;
}

a:link {
    
    text-decoration: none;
    color: black;
}

a:visited{
    
    text-decoration: none;
    color: black;
}

section {
    margin-top: 8%;
    text-align: justify;
    font-size: 30px;
    margin-right: 4%;
      
}


@media only screen and (max-width:768px) {
    
    .container {width: 100%;
    
    }
    
    p,h1,h2 {
        
        text-align: center;
        word-spacing: -4px;
    }
}

@media only screen and (min-width: 1024px) {
    
    section{
        position: relative;
        right: 3%;
    }
    
    
}