html {


  background: url(9.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Helvetica, sans-serif, Arial, sans-serif;
  color: white;
}

p {

  font-family: Helvetica, sans-serif, Arial, sans-serif;

  margin-top: 40%;
  margin-bottom: 10%;
  letter-spacing: 0.1em;

  text-align: center;
}

.mac {
  float: absolute;
  width: 100%;
  padding-bottom: 5rem;
  background-color: white;
  margin-top: -7px;
}

.mac:last-of-type {
  float: absolute;
  width: 100%;
  padding-bottom: 0;
  margin-top: -7px;
}

.Footer_outer {
  width: 98%;
  border: none;


  bottom: 0;
}

.Footer_inner_left2 {

  width: 49%;
  float: left;
  margin-top: 0%;
  margin-bottom: 5%;



  display: inline;
}

.Footer_inner_right {
  font-size: 0.9em;
    letter-spacing: 0.1em;
    color: black;
    width: 49%;
    float: right;
    margin-bottom: 1%;
    margin-right: 1.5%;
    display: inline;
    text-align: right;
    padding: 1rem;
}

.center {

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}