/*<!-- File: static/css/style.css -->*/
body { font-family: sans-serif; margin: 0; padding: 0; }
header, footer { background: #111; color: white; padding: 10px; text-align: center; }
nav a { margin: 0 10px; color: white; text-decoration: none; }
.gallery img { max-width: 200px; margin: 10px; }
.modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); }
.modal-content { background: white; padding: 20px; margin: 100px auto; width: 50%; }
.close { float: right; cursor: pointer; }
