body {
    background: url("../images/background.jpg");
    margin-left: 20%;
    margin-right: 20%;
}

.container {
    margin-left: 10%;
    margin-right: 10%;
    border: 2px solid #000000;
    background-color: #4e4e4e09;
    border-radius: 15px;
    padding: 25px;
    margin-top: 50px;
    background-color: #ffffffc2;
    box-shadow: 0 0 10px #00ccff;
    /*background: url("../images/granite.jpg");
    background-size: 100%;*/
}

.bground {
    background-color: #d400ff63;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

h1, .header, .scoreboard {
    padding: 10px;
}

h1 {
    text-align: center;
    font-size: 50px;
}

h2 {
    text-align: center;
    text-decoration: underline overline;
}

.header {
    background-color: #ff00005d;
}

#userStats {
    background-color: #00e1ff57;
}

#otherStats {
    background-color: #ffe60057;
}

#reset {
    background-color: #ff000057;
    margin-top: 10px;
}

#reset:hover {
    background-color: #ff0000af;
    box-shadow: 0 0 6px #ff000091;
}

#reset:active {
    background-color: #ff0000;
    box-shadow: 0 0 10px #ff0000;
    color: white;
}

.bground, #userStats, #otherStats, .header, #reset {
    border-radius: 10px;
    border: 2px solid #000000;
}

.title {
    font-family: Righteous;
    color: #00e1ffbd;
    background: url("../images/sparkle.gif");
    background-size: 50%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-stroke-width: 2px; 
    text-shadow: 0 0 15px;
}

.title2 {
    font-family: Righteous;
    color: #5eff00b0;
    background: url("../images/sparkle2.gif");
    background-size: 50%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-stroke-width: 2px; 
    text-shadow: 0 0 15px;
}

.jewels {
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 110px;
    object-fit: cover;
    padding: 1px;
    border-radius: 10px;
    border: 1px solid #000000;
    box-shadow: 1px 1px 4px #000000;
    width: 200px;
    display: inline-block;
}

.scoreboard, .header {
    font-family: Righteous;
    font-size: 20px;
}

.simgboard {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 60%;
}

.imgboard {
    width: 100%;
    text-align: center;
}

.jewels:hover {
    filter: contrast(150%);
}

.jewels:active {
    filter: contrast(250%);
}

.scoreboard {
    width: 100%;
    text-align: center;
}

#userStats, #otherStats, #reset {
    width: 100%;
    max-width: 300px;
    display: inline-block;
}

#target, .specColor {
    color: #ff0000;
}

#userTotal {
    color: #0c9200;
}