/* 
Theme Name: Manusjevanalleswat 
Theme URI: https://www.manusjevanalleswat.nl 
Author: PR 
Description: Bedrijfswebsite 
Version: 1.0 
*/ 

/* Basis styling */ 
body { 
margin: 0; 
font-family: Arial, Helvetica, sans-serif; 
background: #f6f6f6; 
color: #222; 
} 

.container { 
max-width: 1100px; 
margin: auto; 
padding: 20px; 
} 

/* Header */ 
.site-header { 
background: #0a2e4f; 
color: #fff; 
} 

.site-header .container { 
display: flex; 
justify-content: space-between; 
align-items: center; 
} 

.logo { 
margin: 0; 
font-size: 26px; 
} 

/* Menu */ 
nav ul { 
list-style: none; 
margin: 0; 
padding: 0; 
display: flex; gap: 20px; 
} 

nav a { 
color: white; 
text-decoration: none; 
font-weight: bold; 
} 

nav a:hover { 
text-decoration: underline; 
} 

/* Content */ 
article { 
background: white; 
padding: 30px; 
border-radius: 8px; 
} 

/* Footer */ 
.site-footer { 
background: #0a2e4f; 
color: white; 
text-align: center; 
padding: 15px 0; 
margin-top: 40px; 
}
