body, html {background-color: #fff; height: 100%; margin: 0; padding: 0; color: #185f89; font-size: 1em; font-family: verdana, arial, tahoma;}

*, ::after, ::before {box-sizing: border-box;}

.flex-container {width:100%; height:100%; display:flex; justify-content:center; align-items:center;}
.flex-container img {width:auto; height: auto;}

.box {text-align: center; justify-content: center;}
.flex-item {}
h1 {color: #185f89; line-height: 1em; font-size: 22px; font-weight: normal; margin: 0; padding: 0;}
p {color: #ddd; line-height: 1em; font-size: 16px;}
p.soon {margin: 60px 0;}
a, a:link, a:visited {color: #185f89; text-decoration: none;}
a:active, a:hover, a:focus {color: #185f89; text-decoration: underline;}
