/* Article:  https://superdevresources.com/full-background-image-css/ */

@import url(https://fonts.googleapis.com/css?family=Seaweed+Script);
body {
  background: url(img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin: 40px auto;
  background: rgba(22,22,22, 0.9);
  width: 100%;
  max-width: 960px;
  border-radius: 5px;
  padding-bottom: 32px;
 
 
}

h1, h1 a {
  min-height: 120px;
  width: 90%;
  max-width: 700px;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  padding-top: 80px;
  line-height: 60%
}

p {
  width: 90%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 32px;
}
.toplist {
	width:99%;
	border-radius:70px;
	text-align: center; 
	
}
@media(min-width:1981px) { .toplist { font-size: 15px;  } }
@media(max-width:1980px) { .toplist { font-size: 15px; } }
@media(max-width:990px) { .toplist {font-size: 15px; } }
@media(max-width:660px) { .toplist { font-size: 15px; } }
.number {
	width:5%;
	border-radius:70px;
	border:1px solid white;
	font-family: "Seaweed Script";
	text-align:center;
	font-weight: bold;
	
	
}
.topname {
	width:85%;
	border-radius:70px;
	border:1px solid white;
 font-family: 'Open Sans', sans-serif;
	font-size:25px;
	font-weight: bold;
	letter-spacing: 3px;
}
@media(min-width:1981px) { .topname { font-size: 30px;  } }
@media(max-width:1980px) { .topname { font-size: 25px; } }
@media(max-width:990px) { .topname {font-size: 25px; } }
@media(max-width:660px) { .topname { font-size: 25px; } }
.raw {
		width:10%;
	border-radius:70px;
	border:1px solid white;
	font-weight: bold;
	font-size:13px;
	font-family: "Seaweed Script";
}
.plate {
  width: 650px;
  margin: 10% auto;
  line-height:3.5;
 
}
.shadow {
  color: #fff;
  font-family: Arvo;
  font-weight: bold;
  text-shadow:
    -3px -3px 0 #222,
    3px -3px 0 #222,
    -3px 3px 0 #222,
    3px 3px 0 #222,
    4px 4px 0 #fff,
    5px 5px 0 #fff,
    6px 6px 0 #fff,
    7px 7px 0 #fff;
  line-height: 0.8em;
  letter-spacing: 0.1em;
  transform: scaleY(0.7);
  -webkit-transform: scaleY(0.7);
  -moz-transform: scaleY(0.7);
  margin:0;
  text-align: center;
}
.script {
  font-family: "Seaweed Script";
  color: #fff;
  text-align: center;
  font-size: 40px;
  position: relative;
  margin:0;
}
.script span {
  
  padding: 0 0.3em;
}
.script:before {
  content:"";
  display: block;
  position: absolute;
  z-index:-1;
  top: 50%;
  width: 100%;
  border-bottom: 3px solid #fff;
}
.text1 {
  font-size: 60px;
}
.text2 {
  font-size: 120px;
}
.text3 {
  font-size: 100px;
}
.table {
	width:99%;
}
td { line-height: 24px; white-space: normal; }

