/*
*
*	Theme Name: WordPress Programmeur
*	Theme URI: https://www.wordpressprogrammeur.nl
*	Author: Erik Bouwers
*	Author URI: https://www.wordpressprogrammeur.nl
*	Description: WordPress template voor wordpressprogrammeur.nl
*	Version: 1.0.0
*	Tags: wordpressprogrammeur
*	Text Domain: wordpressprogrammeur
*	SuperLight: #f3f2fa
*	Light: #e7e6f6
*	Dark: #6e46cf
*
*/

html { box-sizing: border-box; } 
*, *:before, *:after { box-sizing: inherit;  } 
html, body { background-color: #f3f2fa; padding: 0px; margin: 0px; font-family: 'Inter', sans-serif; font-size: 16px; line-height: 24px; }
body { padding: 24px; }

h1 { line-height: 48px; }

img { width: 100%; max-width: 600px; height: auto; margin: 0px auto; box-shadow: 0 0 14px 0px rgba(0,0,0,0.052); border-radius: 6px; }

.table { display: table; width: calc(100vw - 48px); height: calc(100vh - 48px); }
.table .cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center; }

.wordpressprogrammeur { text-align: left; width: 100%; max-width: 600px; margin: 96px auto; }