body {
    margin: 0;
    padding: 40px;
    font-family: monospace;
    color: white;
    background-image: url('gallery/background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
}

nav {
    margin-bottom: 40px;
}

nav a {
    display: block;
    margin: 8px 0;
}