body {
  background-image: url("https://imgpile.com/images/drIF9N.png");
  color: white;
  font-style: oblique;
  font-weight: bolder;
}
.topLeft {
  background: #88049bab;
  border-radius: 15px;
  backdrop-filter: blur(2px);
  margin-top: 25px;
}
.topRight {
  background: #88049bab;
  border-radius: 15px;
  backdrop-filter: blur(2px);
  margin-top: 25px;
}
.infotable td {
  padding: 8px;
  background: #FFB300DB;
  border: 4px solid #e17f00b8;
}
.player {
  background: #FFBF00;
  color: #000;
  border: 4px solid #E18105;
  padding: 4px;
}
.rightHead {
  background: #ecb309;
}
.boxHead {
  background: #ecb309;
}
.infotable th {
  padding: 3px;
  background: #FFB300;
  color: white;
  border: 4px solid #e17f00;
}
a:link {
  color: yellow;
}
a:visited {
  color: orange;
}
a:hover {
  color: red;
}
a:active {
  color: orange;
}
.blog {
  background: #8B00FF;
}
#hSub {
  background-color: green;
  text-align: center;
}
#header {
  background-color: #6800bd;
  text-align: center;
}
h4 {
  color: #F00;
}
.avatar {
  border-radius: 50%;
}
.url {
  border: solid 5px #e17f00b8;
  padding: 5px;
  background: #FFB300DB;
}
.boxInfo {
  border: 5px solid #e17f00b8;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #ecb309;
}
.extended {
    background-color: #00064161;
}