/* body css comes from https://perfectmotherfuckingwebsite.com/ ❤️ */ 

body {
 max-width:650px;
 margin:40px auto;
 padding:0 10px;
 font:18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 color:#444
}

#recepten {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

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