/*
Theme Name: Museca Verified Theme
Author: You
Description: Final working version with debug markers and layout fixes
Version: 1.3
*/
body {
  margin: 0;
  font-family: sans-serif;
  background-color: white;
}
header, footer {
  background-color: #b3e0ff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav a {
  margin-left: 20px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.logo {
  width: 120px;
  height: auto;
}
.footer-links {
  display: flex;
  gap: 20px;
}
.footer-copyright {
  text-align: center;
  padding: 10px;
  font-size: 0.9em;
  background-color: #b3e0ff;
  color: #333;
}
