* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

#container{
    background-color: pink;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


h1{
    background-color: #eee;
    color: #222;
    padding: 1em;
    text-align: center;
}

header #menu a{
   
    width: 15vw; height: 100%;
    background-color: white ;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 5%;
    left: 5%;
    
}

h1 small{
    font-size: 10pt;
}

article{
    border: 2px solid #222;
    margin: 2em;
    padding: 2em;
}

h2{
    font-weight: normal;
    color: #eee;
    text-shadow: 2px 2px 2px #222;
    margin-bottom: .7em;
}

 img{
    max-width: 100%; /* ensure that images are never wider than the device. */
}

figcaption{
    text-align: center;
    font-style: italic;
}