/*
Theme Name: Stunserver
Theme URI: https://stunserver.nl
Author: stunserver Team
Author URI: https://stunserver.nl
Description: Custom theme for stunserver.nl focused on STUN server information and services.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stunserver
Tags: custom-theme, responsive, clean, professional
*/

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}

header {
  background-color: #004080;
  color: white;
  padding: 1rem 2rem;
}

header h1 {
  margin: 0;
  font-size: 1.8rem;
}

nav {
  margin-top: 0.5rem;
}

nav a {
  color: white;
  text-decoration: none;
  margin-right: 1rem;
  font-weight: bold;
}

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

main {
  padding: 2rem;
  max-width: 960px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

footer {
  background-color: #004080;
  color: white;
  text-align: center;
  padding: 1rem 2rem;
  margin-top: 2rem;
  font-size: 0.9rem;
}