* {margin: 0; padding: 0;}
html {
height: 100%;
margin: 0 auto;
box-sizing: border-box;
}
body {
height:100%;
color: #1d1d1d;
background: #ececec url(../images/bg.png) top center no-repeat;
font-family: 'Open Sans', Arial, helvetica, san-serif;
font-size: 1.125em;
line-height: 1.4;
}
.container {
max-width: 398px;
margin: 0 auto;
padding: 2em 10px;
}
img {
max-width: 100%;
height: auto;
}
p {
margin: 0 0 1em 0;
}
.center {
text-align: center;
}
.strong {
font-weight: 700; 
}
.small {
font-size: 0.80em;
}
a {
color: #1d1d1d;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}