html {
    font: normal 16px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
    background-color: rgb(27, 34, 41);
}
body { margin: 0; }
a {  }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}
a:hover {
    color: #188dd9;
    text-decoration: none;
}
img {
	box-sizing: border-box;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	opacity: 0.6;
	text-align: center;
	transition: all 0.2s ease-in-out;
	transform: scale(1);
}
img:hover {
	opacity: 0.7;
	transform: scale(1);
}
.page-container {
	width: 100%;
	height: 100%;
	text-align: center;
}
.page-content {
	margin: 0 auto;
	padding: 36vh 0 !important;
	width: 345px;
	text-align: center;
}
.page-footer {
    padding: 5px 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    border: 0px;
    background: #222a32;
    font-size: 12px;
    line-height: 24px;
    display: block;
    position: fixed;
    bottom: 3px;
    width: 100%;
}
.page-footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
}
.page-footer a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
    .page-content,
    .page-footer {
        padding-right: 20px;
        padding-left: 20px;
    }
}
