html, body {
    background: url('/img/bg-texture.png');
}

body {
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    color: #ffffff;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase;
}

h1 {
    color: #ff0000;
    font-size: 48px;
}

p {
    font-size: 18px;
    color: #ff0000;
}

marquee {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    background-color: #0000ff;
    width: 640px;
    color: white;
    font-weight: bold;
    font-style: italic;
}

.container {
    max-width: 640px;
    margin: 0 auto;
}

.white {
    color: #ffffff;
}

.left {
    text-align: left;
}

.italic {
    font-style: italic;
}

.red {
    color: #ff0000;
}

.cyan {
    color: #00ffff;
}

.center {
    text-align: center;
}

.times {
    font-family: "Times New Roman", Times, serif;
}

.arial {
    font-family: "Arial", sans-serif;
}

.bold {
    font-weight: bold;
}

#leaderboard {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}

#leaderboard table {
    background: -webkit-linear-gradient(35deg, red, orange, yellow, green, cyan, blue, violet);
}

#leaderboard table, tr, th, td {
    border-style: ridge;
    border-width: 5px;
    max-width: 480px;
}

#leaderboard img {
    width: 128px;
}

table {
    margin: 0 auto;
    color: black;
}

#player {
    color: blue;
    text-align: center;
    background-color: silver;
    border-style: ridge;
    border-width: 10px;
    max-width: 520px;
}