body {
    background-image: url('../backgrounds/bg_main.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/* Gallery page specific layout */
h1 {
    text-align: center;
    font-family: 'GothicTitle', sans-serif;
    font-size: 2.8em;
    margin-bottom: 30px;
    margin-top: 30px;
    flex-shrink: 0;
    text-shadow: 5px 6px 3px rgba(0, 0, 0, 0.8);
}

a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

a:hover {
    color: #f39c12;
}



        

        .issue-list {
            max-width: 800px;
            margin: 40px auto;
        }

        .issue {
            background: rgba(87, 0, 0, 0.77);
            padding: 15px;
            margin-bottom: 12px;
            border-left: 4px solid #ff0000;
            border-radius: 8px;
        }

        .issue h3 {
            margin: 0;
        }

        .issue small {
            display: block;
            margin-top: 6px;
            color: #aaa;
        }