@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: url('Imagens/espada.png'), auto;
}

body {
    font-family: 'Press Start 2P', monospace;
    font-weight: 400;
    background-color: #000000;
    color: lime;
    line-height: 2;
    padding: 20px;
    background-image: url('Imagens/fundo.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

a {
    color: #00ffcc;
    text-decoration: none;
    text-shadow: 0 0 10px #d0ff00, 0 0 12px #ff00ea;
}

h1, 
h2, 
h3 {
    color: #ADD8E6;
    text-shadow: 0 0 6px #0400ff, 0 0 10px #0400ff;
    margin-bottom: 20px;
}

h1 span, 
h2 span, 
h3 span {
    display: block;
    padding: 7px;
    border: 2px solid #ff00ff ;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

p span {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    background-color: rgba(20, 20, 20, 0.5);
    border-left: 5px dashed #0400ff;
    border-right: 5px dashed #0400ff;
    text-align: justify;
}

.page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid #ff00ff;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 30px #ff00ff;
}

.sidebar {
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #0400ff;
    padding: 15px;
    margin-top: 40px;
}

.sidebar h3 span {
    background-color: #000;
    color: #00ffff;
    padding: 10px;
    display: block;
}

.sidebar li {
    list-style: none;
    margin-bottom: 10px;
}

.sidebar a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #00ffff;
    border-radius: 4px;
}

#jar-footer {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    padding: 20px;
}

#jar-footer a {
    margin: 0 10px;
    padding: 5px;
}

::-webkit-scrollbar {
    width: 9px;
}
::-webkit-scrollbar-track {
    background: #000000;
}
::-webkit-scrollbar-thumb {
    background: #ff00ff;
    box-shadow: 0 0 5px #ff00ff;
}

ul li a.design-name,
ul li a.designer-name {
    color: #00ffcc;
    display: inline-block;
    padding: 6px;
    border: 1px solid #00ffcc;
    font-size: 10px;
}

ul li a.design-name:hover,
ul li a.designer-name:hover {
    background-color: #00ffcc;
    color: #000;
}
.next{
    text-align: right;
    margin-right: 10px;
}
.previous{
    text-align: center;
    margin-top: -53px;
    margin-right: 835px;
}
.viewall{
    text-align: center;
    margin-left: 10px;
}