.resp {
    display: block;
    margin: 15% 25%;
    text-align: center;
}
.foot {
    display: block;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 5px;
}

.DM {
    color: black;
}
.DM:hover {
  text-decoration: unset;
    font-weight: 600;
    color: #FF0000;
}
@media screen and (max-width: 500px) {
  .resp {
      margin: 55% 0;
  }
/*  .scrollbar-hidden::-webkit-scrollbar {
      display: none;
  }*/
}
