.app-footer {
  background-color: #211D1D;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-footer__brand {
  height: 56px;
  margin-bottom: 14px;
}

.app-footer__content {
  line-height: 22px;
  font-size: 14px;
  color: #999999;
}

.app-button {
  width: 150px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background-color: #D32F2F;
  color: #FFFFFF;
  text-align: center;
  display: block;
  text-decoration: none;
}

.cls_a {
  color:#999999;
  text-decoration: none;
}

.footer_copyright a:hover{
  color:#3270FF;
}