@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');

body {
    font-family: 'Orbitron', sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    cursor: url('imagens/mouse.png'), auto;
    background: url('imagens/fundo.jpg') no-repeat center center fixed;
    background-size: cover;
    overflow-x: hidden;
}

#container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

a {
    color: #ff0000;
}

a:hover {
    color: #fe6100;
}

#jar-header {
    text-align: center;
    background: rgba(17, 17, 17, 0.6);
    border: 2px solid #ff0000;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    padding: 24px;
    margin: 0 auto 36px auto;
    box-shadow: 0 0 6px #ff0000, 0 0 12px #ff0000;
    transition: transform 0.3s, box-shadow 0.3s;
}

#jar-header:hover {
    transform: scale(1.03);
    box-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
}

#jar-header h1 {
    font-family: 'Anton', sans-serif;
    color: #ff0000;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}

#jar-header h2 {
    color: #ccc;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
}

#jar-summary,
#jar-preamble,
#jar-explanation,
#jar-participation,
#jar-benefits,
#jar-requirements {
    background: rgba(17, 17, 17, 0.6);
    color: #fff;
    padding: 24px;
    margin: 0 auto 24px auto;
    border: 2px solid #ff0000;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    box-shadow: 0 0 6px #ff0000, 0 0 12px #ff0000;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

#jar-summary:hover,
#jar-preamble:hover,
#jar-explanation:hover,
#jar-participation:hover,
#jar-benefits:hover,
#jar-requirements:hover {
    transform: scale(1.03);
    box-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
}

#jar-link-list .wrapper {
    display: flex;
    gap: 1%;
    margin-bottom: 32px;
}

#jar-selection,
#jar-archives,
#jar-resources {
    background: rgba(17, 17, 17, 0.6);
    color: #fff;
    padding: 16px;
    border: 2px solid #ff0000;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    box-shadow: 0 0 6px #ff0000, 0 0 12px #ff0000;
    border-radius: 0;
    flex: 1;
    letter-spacing: 1.5px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

#jar-selection:hover,
#jar-archives:hover,
#jar-resources:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000;
}

#jar-selection h3,
#jar-archives h3,
#jar-resources h3 {
    margin: 0 0 16px;
    color: #ff0000;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}

#jar-selection a,
#jar-archives a,
#jar-resources a {
    color: #fff;
    text-decoration: none;
}

#jar-selection a:hover,
#jar-archives a:hover,
#jar-resources a:hover {
    color: #ff0000;
    text-decoration: underline;
}

#jar-footer {
    text-align: center;
    margin: 32px auto;
    background: rgba(17, 17, 17, 0.6);
    border: 2px solid #ff0000;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    padding: 16px;
    max-width: 600px;
    box-shadow: 0 0 6px #ff0000, 0 0 12px #ff0000;
    border-radius: 0;
}

#jar-footer a {
    display: inline-block;
    margin: 0 8px;
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #ff0000;
    border-radius: 3px;
    letter-spacing: 0.8px;
    color: #fff;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s, color 0.3s;
}

#jar-footer a:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000;
    color: #ff0000;
}
