html, body{min-height: 100vh;}
body {background-color:#142D52; display: flex; align-items: center; justify-content: center; max-width: 100%; font-size: 18px; color:#666; line-height: 1.5; font-family: "Noto Sans", sans-serif;  font-weight: 400; }
* {box-sizing: border-box; font-optical-sizing: auto; margin:0px; padding:0px; outline:none!important; box-shadow:none; border:0px; list-style:none;}
img{ max-width:100%; vertical-align: top;}
a{color: #2A1467; font-weight: 500; text-decoration: underline; text-underline-offset: 5px}
a:focus { outline:none;}
.comingSoon{ max-width:500px; margin:5%; text-align:center; background-color:#E9F1FF; padding:50px; border-radius:6px; gap:20px; display:flex; flex-direction:column;}
.comingSoon p{font-weight: 400}
