html {
  background-color: #f0f0f0;
}

body {
    display-content: center;
    font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

article.card {
    max-width: 350px;
    background-color: #dbd8d8;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5em;
    border-radius: 8px;
    box-shadow: 0 0 12px #d7d7d7;
    padding: 2rem;
}

	
.header-card img {
	border-radius: 8px 8px 0 0;
	margin-bottom: 2px;
height: auto;
width: 100%

}	
 
.card-wrap {
    display: center;
    flex-flow: wrap;
}
