body{
    padding: 0;
    margin: 0;
    height: 100%;
}


.container{
  width:100%;
    height: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
    position:relative;
}
h2{
margin-top: 10px;
    margin-bottom: 0;
  font-family: Arial;
  font-size: 20px;
  text-transform: uppercase;
  font-style: bold;
  font-size: auto;
  max-width: auto;

}
p{
  font-family: Arial;
  padding-top: 0;
  font-size: 15px;
  font-style: bold;
  max-width: auto;
}

img{
  margin-top: auto;
  max-width: 620px;
  width:100%;
  height: auto;
}

.dark{
  padding: 10px;
background: #ff6347;
  color: #262b3c;
  margin-top:auto;
  max-width: 600px;
  margin:auto;
}

#footer{
    height: 70px;
    line-height: 50px;
    width: 100%;
    color: #ffffff;
    background-color: #262b3c;
    text-align: center;
    position: absolute;
    bottom: 0;
    
    
}

#footer h2{
    font: Arial;
    font-size: 12px;
    font-style: normal;
}
