*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  background-color: rgb(34, 34, 34);
  font-family: sans-serif;
}
.menu{
  background: rgb(20,20,20);
  text-align: center;
}
.menu ul{
  display: inline-flex;
  list-style: none;
  color: #fff;
}
.menu ul li{
  width: 120px;
  margin: 15px;
  padding: 15px;
}
.menu ul li a{
    text-decoration: none;
    color: #fff;
}
.active, menu ul li:hover{
    background: rgb(102, 102, 102);
    border-radius: 3px;
}
.footer{
    text-decoration: none;
    color: #fff;
}
.shop-comingsoon{
  text-decoration: none;
  color: #fff;
}
.icon-minecraft{
  align-items: center;
  text-align: center;
  margin-top: 150px;
}
.icon-minecraft ul{
  display: inline-flex;
}
.icon-minecraft ul li{
  margin: 20px;
  padding: 15px;
  list-style-type: none;
  padding-left: 0px;
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: rgb(30, 30, 30);
  font-size:1.5em;
  text-align: center;
  line-height:100px;
  }
footer ul{
  text-decoration: none;
  display: inline-flex;
  list-style: none;
}
footer ul li{
  margin: 15px;
  text-decoration: none;
}
footer ul li a{
  color: #fff;
  text-decoration: none;
}
.contact-info h1{
  color: #fff;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}
.contact-info p{
  color: #fff;
  text-align: center;
  margin: 15px;
}
.how-earn{
  color: #fff;
  margin-top: 50px;
}
.how-earn h1{
  text-align: center;
}
.how-earn p{
  margin: 15px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}
.server-info h1{
  color: #fff;
  margin-top: 50px;
  text-align: center;
}
.server-info p{
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin: 15px;
}
.icon-content{
  align-items: center;
  text-align: center;
  margin-top: 150px;
}
.icon-content ul{
  display: inline-flex;
}
.icon-content ul li{
  margin: 20px;
  padding: 15px;
  list-style-type: none;
  padding-left: 0px;