a {
  text-decoration: none;
}

body {
  background: #000000 url(../img/wow.jpg) no-repeat top center;
}

.bg {
  background: url(../img/df.jpg) no-repeat center center/cover;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  color: #d4d4d4;
}

i {
  font-size: 12px;
}

.content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.pic img {
  height: 200px;
  width: 180px;
  border-radius: 5px;
}

.news {
  border-radius: 8px;
  border: 0px solid #000000;
  background: rgba(0, 0, 0, 0.8);
  color: #d4d4d4;
}

.addplayer {
  margin: auto;
  padding-bottom: 15px;
}

.c_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c_logo img {
  width: 40px;
}

.bg-m1 {
  background: #9c7223;
}

.bg-m2 {
  background: #464646;
}

.no-active {
  display: none;
}

.active {
  display: block;
}

.log {
  margin: 200px auto;
  width: 450px;
  height: 350px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 0px solid #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #d4d4d4;
}
.log a {
  color: #ffd82b;
}

.reg {
  margin: 100px auto;
  width: 450px;
  height: 600px;
  padding: 10px 20px;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #d4d4d4;
}
.reg a {
  color: #ffd82b;
}/*# sourceMappingURL=main.css.map */