body {
  color: black;
  font-family: 'Sen';
}

h1, .playerbox {
  margin-left:auto;
  margin-right:auto;
  width:728px;
}

h1 {
  margin-bottom:5px;
  color:white;
}

.playerbox {
  background:white;
  border-radius:20px;
  padding:50px 10px;
}

.playerbox table td {
  padding:40px;
}

.playerbox table, .playerbox img {
  margin-left:auto;
  margin-right:auto;
}

.playerlvl {
  width:200px;
}

.ap {
  height:12px;
}

.badge {
  width:150px;
}

.esklink {
  text-align:center;
  padding:10px;
  opacity:0.5;
  transition: opacity 0.5s;
}

.esklink img {
  width:150px;
}

.esklink:hover {
  opacity:1.0;
  transition: opacity 0.5s;
}

.nav {
  position:fixed;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  padding:10px;
}

.navlink {
  border-radius:10px;
  background-color:white;
  display:inline;
  padding:10px;
  transition: all 0.5s;
}

.navlink:hover {
  transition: all 0.5s;
}

.nav a {
  text-decoration:none;
}

.playerbox {
  background:#fff;
  border:none;
}

td {
  padding:10px !important;
}

h1 {
  font:48px 'Sen';
  font-weight:bold;
  padding-top:48px;
}

p, ul {
  font:14px 'Sen';
}