html{height:100%;background:lightgray url('../billeder/concrete.jpg');color:#222}body{display:grid;height:100%;align-items:center;font-family:Montserrat,Verdana,sans-serif;font-size:100%;justify-items:center}body *,body *::before,body *::after{box-sizing:border-box}main{display:grid;width:70%;min-width:300px;max-width:750px;padding:2rem;background-color:white;box-shadow:10px 10px 25px 1px rgba(0,0,0,0.5);font-size:1.2em;font-weight:300;grid-row-gap:1rem;grid-template-areas:'header' 'text' 'img';grid-template-columns:100%;justify-items:center;line-height:1.6}h1{padding:0;margin:0;font-size:1.5em;grid-area:header;line-height:1}img{width:auto;height:150px;grid-area:img}p{margin:0;font-size:1.1em;grid-area:text}@media (min-width:768px){h1{font-size:2em}main{grid-row-gap:2rem;grid-template-areas:'header header' 'img text';grid-template-columns:50% 50%;grid-template-rows:4rem auto}img{width:90%;height:auto}p{padding:0 2rem}}