body {
  margin: 0;
  background-image: url('https://e1.pxfuel.com/desktop-wallpaper/594/593/desktop-wallpaper-585489-astronomy-city-lights-clouds-cosmic-cosmos-earth-global-globe-night-sky-orbit-planet-science-solar-space-universe-earth-at-night.jpg') ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top-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-image:
    url(http://elliotvictorious.com/images/dadclick.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }

.top2-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-image:
    url(http://elliotvictorious.com/images/blueprintAACC.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }  

.middle-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-image:
    url(http://elliotvictorious.com/images/evbizcardclick.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.middle2-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-image:
    url(http://elliotvictorious.com/images/RSDRoadmapClick2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }

.bottom-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(http://elliotvictorious.com/images/sellyourhouse.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
  }

.header {
    background-color: #000000;
    width: 100%;
    height: 30px;
  }

.footer {
  background-color: #000000;
  width: 100%;
  height: 200px;
  margin-top: 50px;
  padding-top: 25px;
}

.address {
  font-size: 12px;
}

.copyrights {
  font-size: 12px;
}

h1 {
    color: gold;
    font-family: sans-serif;
    text-shadow: 2px 2px #000000
  }

p {
    color: white;
    font-size: 25px;
    font-family: sans-serif;
  }

h2 {
    color: lightblue;
  }
