body {background-color: #020202;}
.abcenter {
  margin: 0;
  margin-top: 150px;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
}
.img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
p {
  color: white;	
  text-align:center;
}
a {
  color: white
}

@media screen and (max-width: 700px) {
  .img {
    width:400px!important;
  }
}
@media screen and (max-width: 400px) {
  .img {
    width:270px!important;
  }
}
@media screen and (max-width: 250px) {
  .img {
    width:100%!important;
  }
}