body {
    background: #000000 url(../images/background.jpg) fixed no-repeat top center;
    background-size: 100% 100%;
}

h1, h2, h3, h4, h5, h6, p, span{
    color: #fff;
}

h1{
    font-size: 23px;
    margin: 0;
}

span{
    font-size: 20px;
}

table{
    border:2px solid #f2f2f2; box-shadow: 0 0 6px 0px #000000; border-radius: 20px; 
    background:-moz-linear-gradient(top, #000 0%, #000000 100%);
    background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 100%, #b29448 100%);
    background:-o-linear-gradient(top, rgba(0, 0, 0, 0.5) 100%, #ffd700 100%);
    background:-ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 100%, #ffd700 100%);
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 100%, #ffd700 100%); padding:0px 15px;
    margin: auto;
    align-items: center;
}
.table>:not(caption)>*>*{
    background-color: transparent;
}
tr{
    text-align: center;
}

/* ── Button ── */
.myButton {
    display: inline-block;
    cursor: pointer;
    padding: 17px 40px;
    border-radius: 8px;
    border: 2px solid #f2f2f2;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0a0a0a;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.myButton:active {
    position: relative;
    top: 1px;
    transform: translateY(1px);
}

.imageye-selected {
    outline: 2px solid black !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

#menu-footer,
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu-footer {
    margin: 0 0 5px 0;
}

#menu-footer li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #efe390;
}

#menu-footer li:first-child {
    border: none;
}

#menu-footer li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

#menu-footer li a:hover {
    color: #ffd700;
}