.footer__content {
  background: #313131;
}
.footer__title {
  color: white;
  text-align: center;
  padding: 38px 0;
  font-size: 19px;
}
@media (max-width: 650px) {
  body {
    background: url("../AutoBackground_mobile.jpg") 0 0/100% 100% no-repeat fixed;
  }
}