body {
  background-color: white;
  background-image: url("../img/background/music-background.png");
  font-family: "Bellota", cursive; }

.content {
  padding-top: 20px; }
  .content .mindmotivesmusic-logo {
    width: 300px;
    margin-bottom: 30px; }
  .content h1, .content h4 {
    font-family: "Bellota", cursive;
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: 0; }
  .content .menu {
    margin: 20px 0; }
    .content .menu img {
      height: 50px; }

.music {
  background-color: black;
  margin-top: 50px; }
  .music .album-cover {
    width: 200px; }
  .music .services {
    width: 50%;
    margin-top: 20px; }
  .music .action {
    width: 50%;
    margin-top: 20px; }
  .music h3 {
    font-family: "Bellota", cursive;
    text-align: center;
    margin-top: 50px;
    color: white;
    width: 100%; }

footer {
  background-color: black;
  padding-top: 50px;
  margin: 0; }
  footer p {
    font-size: 12px;
    text-align: center;
    color: white;
    padding: 20px 0;
    line-height: 1.25; }
