header{
    height: 200px;
    text-align: center;
}



nav{
    padding-bottom: 15px;
    
}

img{
    width: 200px;
    height: auto;
}

p{
    display: inline-block;
   
    
}

section{
    text-align: left;
    padding: 30px;
    justify-content: space-between;
   
   
}

footer{

    margin: 40px;
}


