@charset "utf-8";
/* CSS Document */
body {
  font-family: Arial, sans-serif;
background-image: url('/Graphics/dinghus_library_scene_for_website_background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

header {
  background-color: #4CAF50;
  color: white;
  text-align: center;
  padding: 1em;
}

button {
  margin: 1em;
  padding: 0.5em;
}
