
/*  ---- CORE ----  */
html { margin: 0; padding: 0; }
body { position: relative;  font-size: 16px; overflow-x: hidden; background: #FFF; margin: 0; padding: 0; }
input {-webkit-appearance: none; border-radius: 0;}
img:focus, a:focus, input[type="submit"]:focus, :focus  { outline:0 !important; }
input, textarea, button, select, a, div { -webkit-tap-highlight-color: transparent;}
a, a:focus, a:hover { outline: none; text-decoration: none;}
a { color: #000;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
a:hover { color: #135EA8;}
button::-moz-focus-inner { border: 0;}
p { color: #000; font-size: 16px;  line-height: 1.4;}
img { max-width: 100%; height: auto;}
b, strong { font-weight: 700;}

h1, h2, h3, h4, h5 {  }

html, body { height: 100%; }
.main { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }