/* ifstyle.css---------->>> GLOBAL <<<-----------*/
body { font-size: 100.01%; font-family: Verdana, Arial, sans-serif;}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 5; padding: 5; }

a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: green; }
a:active { color: red; }
h1 {
border-style: double;
color: black;
text-align: center;
width:500px;
    margin-left: auto;
    margin-right: auto;
}
.footer {
background:#ffb;
clear: both;
width:800px;
padding:5px;
margin-left:10%;
}
/*centering text*/
.container {
  height: 1420px;
  position: relative;
}
.icontainer {
  height: 5000px;
  position: relative;
}
.pcontainer {
  height: 3200px;
  position: relative;
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}