nav {
    background-color:#ffc0cb;
    height: 125px;

}


h1 {
    color:#ffc0cb;
    text-align: center;      
}


h3 {color:#ffc0cb;
    font-style: italic;
    text-decoration: underline;
}

body {background-color: white;
}

p {
    color:gray;
    width: 480px;     
}

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


