/*
Theme Name: HZNG
Description: Webdesign & design systems
Version: 1.1
Author: P. Huizinga at HZNG - hzng.nl
*/

/* Reset */
/* Handled by reset.css from https://github.com/murtaugh/HTML5-Reset */

/* GENERAL */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
img {
    max-width: 100%;
}
*,html,body {
    font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 20px;
}
body {
    background: #6E7C58;
    color: #E1E5DE;
    position: relative;
    padding: 30px;
    margin: 0;
    height: 100%;
    text-transform: uppercase;
}
img {
    width: 100%;
    max-width: 500px;
}
.wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
}
h1 {
    font-size: 24px;
    font-weight: 800;
    margin: 40px 0 20px ;
    line-height: 32px;
}

p {
    font-size: 24px;
    font-weight: 600;
}
a {
    text-decoration: none;
    color: #E1E5DE;
    margin: 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    line-break: 32px;
}