body { background-color: #92CD00; font-family: "Trebuchet MS", Helvetica, sans-serif; } header { display: flex; flex-wrap: wrap; align-items: center; color: #2C6700; } header img { max-width: 10em; } header h1 { font-size: 6vw; margin-bottom: 0.1em; } header h2 { font-size: 3vw; margin-top: 0.1em; } @media screen and (min-width: 800px) { header h1 { font-size: 3em; } header h2 { font-size: 1.5em; } } section { display: flex; flex-wrap: wrap; margin-top: 2em; } .egg { margin: 2em; display: block; width: 8em; height: 8em; } .egg img { width: 100%; background: url("img/eggs-in-grass.svg") no-repeat; background-size: contain; }