body{
background-color: rgb(192, 255, 192);
color: rgb(64, 0, 64);
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}
table{
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
}
table, tr, td{
border: 4px solid rgb(64, 0, 64);
}
tr, td{
padding: 3px 10px;
text-align: center;
}
table img{
display:block;
width:auto;
height:50px;
}
p{
text-align: center;
}
div{
text-align: center;
}
h1{
text-align: center;
font-size: 225%;
font-weight: bold;
color: rgb(128, 0, 0);
text-shadow: 1px 1px 1px rgb(64, 0, 64), -1px -1px 1px rgb(64, 0, 64), -1px 1px 1px rgb(64, 0, 64), 1px -1px 1px rgb(64, 0, 64);
}
a{
color: rgb(0, 128, 0);
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
form{
text-align: center;
font-size: 100%;
color: rgb(128, 0, 0);
}
input{
font-size: 100%;
color: rgb(64, 0, 64);
}
button{
font-size: 100%;
color: rgb(64, 0, 64);
background-color: rgb(220, 255, 220);
border-radius: 20%;
border: 2px solid rgb(64, 0, 64);;
padding: 2px 8px;
}
button:hover {
background-color: rgb(160, 255, 160);
color: rgb(128, 0, 0);
border-color: rgb(128, 0, 0);
}
.leaderboard tr:nth-child(odd){
background-color: rgb(220, 255, 220);
}
.boldtext{
font-weight: bold;
}
.indexform form{
display: inline-block;
text-align: center;
}
.playbutton{
font-size: 200%;
font-weight: bold;
color: rgb(128, 0, 0);
background-color: rgb(220, 255, 220);
border-radius: 20%;
border: 2px solid rgb(64, 0, 64);
padding: 4px 10px;
text-shadow: 1px 1px 1px rgb(64, 0, 64), -1px -1px 1px rgb(64, 0, 64), -1px 1px 1px rgb(64, 0, 64), 1px -1px 1px rgb(64, 0, 64);
}
.playbutton:hover {
background-color: rgb(160, 255, 160);
border-color: rgb(128, 0, 0);
}
.guide{
text-align: justify;
margin-left: 15%;
margin-right: 15%;
}