
/*
Theme Name: Allureon Coming Soon
Theme URI: https://allureon.nl/
Author: Allureon
Author URI: https://allureon.nl/
Description: Simpele 'website in aanbouw'-pagina voor Allureon.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: allureon-coming-soon
*/
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #0a1a33; /* Donkerblauw */
  color: #d3d7db; /* Lichtgrijs */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 0.3em;
}
p {
  font-size: 1.2em;
  color: #d3d7db;
}
.logo {
  font-size: 2em;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
