body {
    background-color: #eff1f0;
}

img {
    width: 100%;
}

article {
    max-width: 600px;
    margin: 60px auto;
    padding: 60px;

    background-color: #ffffff;
}

body { 

    font-family: "Open Sans", sans-serif; 
    
    font-weight: 400; 
    
    font-style: normal; 
    
    } 
    
     
    
    h1, h2, h3, h4, h5, h6 { 
    
    font-family: "Orelega One", serif; 
    
    font-weight: 400; 
    
    font-style: normal; 
    
    } 
    
     
    
    strong { 
    
    font-weight: 700; 
    
    } 


    h1 {
        color: #4a504e;
    }