/*
Theme Name: Dive2Relax Theme
Theme URI: https://dive2relax.nl
Author: Dive2Relax
Author URI: https://dive2relax.nl
Description: Professioneel en rustgevend WordPress-thema voor therapeutisch duiken, gebaseerd op Optie 1.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dive2relax
*/

body {
    font-family: Arial, sans-serif;
    background-color: #e0f7f6;
    color: #003b3a;
    margin: 0;
    padding: 0;
}

header {
    text-align: center;
    padding: 50px 20px;
    background-color: #004f4d;
    color: white;
}

header img {
    max-width: 200px;
    height: auto;
}

h1, h2, h3 {
    font-weight: normal;
}

main {
    padding: 20px;
    max-width: 900px;
    margin: auto;
}
