body {
  margin: 0;
  background-image: url('') ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.first-container {background-color: black;
  width: 100%;
  height: 400px;
  max-width: 720px;
  padding: 30px;
  margin: 3.125rem auto 0 auto;
  border-style: ridge;
  border-color: gold;
  border-width: medium;
  border: visible;
  border-radius: 25px;
  background: var(--color-blue);
  background-image:
    url(http://impossibleincome.com/images/secrets.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }

.second-container {
  background-color: #050c81;
  width: 100%;
  height: 400px;
  max-width: 720px;
  padding: 30px;
  margin: 3.125rem auto 0 auto;
  border-style: ridge;
  border-color: gold;
  border-width: medium;
  border: visible;
  border-radius: 25px;
  background: var(--color-blue);
  background-image:
    url(https://impossibleincome.com/images/incomeleaders.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.third-container {
  background-color: #000000;
  width: 100%;
  height: 400px;
  max-width: 720px;
  padding: 30px;
  margin: 3.125rem auto 0 auto;
  border-style: ridge;
  border-color: gold;
  border-width: medium;
  border: visible;
  border-radius: 25px;
  background: var(--color-blue);
  background-image:
    url(https://impossibleincome.com/images/coaching.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }

  .fourth-container {
    background-color: #000000;
    width: 100%;
    height: 400px;
    max-width: 720px;
    padding: 30px;
    margin: 3.125rem auto 0 auto;
    border-style: ridge;
    border-color: gold;
    border-width: medium;
    border: visible;
    border-radius: 25px;
    background-image:
    url(https://impossibleincome.com/images/evbizcardclick.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }

.header {
    background-color: #000000;
    width: 100%;
    height: 30px;
  }

.loginlink {
    color: blue;
    text-transform: inherit;
    text-shadow: none;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    padding: 0 25px 0 0;
  }

.footer {
  background-color: #000000;
  width: 100%;
  height: 100px;
  margin-top: 30px;
}

.copyrights {
  font-size: 12px;
}

.address {
  font-size: 12px;
  color: gray;
}

h1 {
    color: gold;
    font-family: sans-serif;
    text-shadow: 2px 2px #000000
  }

p {
    color: white;
    font-size: 25px;
    font-family: sans-serif;
    text-shadow: 2px 1px darkblue
  }

h2 {
    color: white;
  }
