body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  margin: 0;
  background-color: #17141b;
  color: #63ab99;
  font-size: 2rem;
  text-align: center; }

a {
  color: inherit;
  text-decoration: none; }

section {
  max-height: 70%; }
  section #logo {
    height: 50vh;
    width: auto;
    max-width: 100%; }
  section #under_construct {
    font-size: larger;
    margin: 1rem; }

address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: start;
  width: 80%;
  margin: auto;
  -ms-flex-line-pack: baseline;
      align-content: baseline; }
  address .iconed::before {
    content: '';
    display: inline-block;
    height: 2rem;
    width: 2rem;
    margin-right: .5rem;
    background-size: 2rem; }
  address .fb-link::before {
    background-image: url(facebook.8f5ce27564945d2c9a10ef827549a78c.png); }
  address .phone-link::before {
    background-image: url(call.fdde2da9266b721e667d9a3965697863.png); }

#icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90%;
  margin: 4rem auto auto; }
  #icons .icon {
    height: 8rem;
    width: 8rem;
    background-image: url(homenivers_icons_463x6.aed12fecd9d7cca82b2fe1d3a88aaf59.png);
    background-size: 16rem auto; }
  #icons .i1 {
    background-position: top right; }
  #icons .i2 {
    background-position: center left; }
  #icons .i3 {
    background-position: center right; }
  #icons .i4 {
    background-position: bottom left; }
  #icons .i5 {
    background-position: bottom right; }

