body {
    background-color: #1a0607;
    color: rgb(250, 232, 130);
    font-family: 'Courier New', Courier, monospace;
    margin: 0px;
    background-image: url(castelo.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#jar-intro {
    padding: 10px;
    margin-left: 300px;
    margin-right: 150px;
    margin-top: 150px;
    margin-bottom: 15px;
    border: 1px solid #ffcc79;
    border-radius: 8px;
    text-align: left;
    background-color: #151515;
    height: auto;
    box-shadow:
        0 0 0 4px #a86200,
        0 0 10px 4px rgba(255, 204, 121, .45);
}

#jar-explanation {
    border: 1px solid #ffcc79;
    border-radius: 8px;
    margin-left: 300px;
    margin-right: 150px;
    background-color: #151515;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow:
        0 0 0 4px #a86200,
        0 0 10px 4px rgba(255, 204, 121, .45);
}

#jar-participation {
    border: 1px solid #ffcc79;
    border-radius: 8px;
    margin-left: 300px;
    margin-right: 150px;
    background-color: #151515;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow:
        0 0 0 4px #a86200,
        0 0 10px 4px rgba(255, 204, 121, .45);
}

#jar-benefits {
    border: 1px solid #ffcc79;
    border-radius: 8px;
    margin-left: 300px;
    margin-right: 150px;
    background-color: #151515;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow:
        0 0 0 4px #a86200,
        0 0 10px 4px rgba(255, 204, 121, .45);
}

#jar-requirements {
    margin-left: 300px;
    margin-right: 150px;
    margin-bottom: 150px;
    background-color: #151515;
    padding: 10px;
    border: 1px solid #ffcc79;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow:
        0 0 0 4px #a86200,
        0 0 10px 4px rgba(255, 204, 121, .45);
}

h1 {
    color: gold;
}

h3 {
    color: gold;
}

h2 {
    color: yellow;
    font-family: 'Courier New', Courier, monospace;
}

p {
    color: white;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
}

a {
    color: goldenrod;
    text-decoration: underline;

}

#jar-link-list {
    text-align: left;
    position: absolute;
    height: 300px;
    width: 100px;
    top: 0;
    border: 2px solid #ffcc79;
    height: auto;
    padding: 10px;
    background-color: #151515;
    margin-top: 150px;
    margin-left: 10px;
    box-shadow:
        0 0 0 4px #a86200,
        0 0 10px 4px rgba(255, 204, 121, .45);
    border-bottom: none;
}

#jar-link-list ul {
    text-align: left;
    list-style: none;
    padding: 10px;
    line-height: 20px;
    margin-bottom: -14px;
    z-index: 1;
}

#jar-footer {
    background-color: #151515;
    width: 104px;
    top: 1100px;
    position: absolute;
    text-align: left;
    padding: 8px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    border: 2px solid #ffcc79;
    box-shadow:
        0 0 0 4px #a86200,
        0 0 10px 4px rgba(255, 204, 121, .45);

    margin-top: 0;
}