Innovation Cloud project

In the Innovation Cloud project, I can’t get my “Stay Connected. Receive weekly insights from industry insiders.” to be at the middle right of the image. Does anyone know what the code looks like?

my code is https://gist.github.com/codecademydev/fb0eb76c7b5d4db1610b

Also, I can’t get the background color of my footer to be black. If anyone can help with that, that would be great.

I don’t know what you did, but there where many unnecessary } in your css code, Which is why your #footer wasn’t black, to center your text and image simple add:

.right {
  text-align: center;
}
.main img {
  display: block;
  margin: 0 auto;
}

I will leave it to you, to correct all the faulty curly brackets. If you really can’t figure out, here is a bin