html {
  font-size: 10px;
  background-color: #FFFFFF;
}


h1 {
  font-size: 60px;
  text-align: center;
}

p, li {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  font-family: sans-serif;
  color: #4b4b4b;
}

h2{
    font-size: 10px;
  line-height: 2;
  text-align: center;
  font-family: sans-serif;
  color: #4b4b4b;
    }

body {
  width: 100%;
  margin: 0;
  background-color: #FFFFFF;

}

#area {
      position: absolute;
	  width:100%;
	  height: 70%;
      padding-left: 10%;
      padding-right: 10%;
      padding-top: 5%;
      padding-bottom: 5%;
      box-sizing: border-box;
	 
    }

img {
	position: absolute;
	

}

.footer {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            color: grey;
            text-align: center;
            padding: 10px;
        }



